System.Drawing.Imaging.EncoderParameter: Property Members

The properties of System.Drawing.Imaging.EncoderParameter are listed below. For a list of all members, see the EncoderParameter Members list.

See Also: Inherited members from System.Object

Public Properties

EncoderEncoder.

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

[read-only]
NumberOfValuesint.

Gets the number of elements in the array of values stored in this System.Drawing.Imaging.EncoderParameter object.

[read-only]
TypeEncoderParameterValueType.

Gets the data type of the values stored in this System.Drawing.Imaging.EncoderParameter object.

[read-only]
ValueTypeEncoderParameterValueType.

Gets the data type of the values stored in this System.Drawing.Imaging.EncoderParameter object.