EncoderParameter::Encoder Property

 

Gets or sets the Encoder object associated with this EncoderParameter object. The Encoder object encapsulates the globally unique identifier (GUID) that specifies the category (for example Quality, ColorDepth, or Compression) of the parameter stored in this EncoderParameter object.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Encoder^ Encoder {
	Encoder^ get();
	void set(Encoder^ value);
}

Property Value

Type: System.Drawing.Imaging::Encoder^

An Encoder object that encapsulates the GUID that specifies the category of the parameter stored in this EncoderParameter object.

.NET Framework
Available since 1.1
Return to top
Show: