EncoderParameter Class
You can use an EncoderParameter object to pass an array of values to an image encoder. You can also use an EncoderParameter object to receive a list of possible values supported by a particular parameter of a particular image encoder.
For a list of all members of this type, see EncoderParameter Members.
System.Object
System.Drawing.Imaging.EncoderParameter
[Visual Basic] NotInheritable Public Class EncoderParameter Implements IDisposable [C#] public sealed class EncoderParameter : IDisposable [C++] public __gc __sealed class EncoderParameter : public IDisposable [JScript] public class EncoderParameter implements IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Drawing.Imaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)