Class Encoder Encoder class An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.
Copy public sealed class Encoder
Constructors Name Description Encoder (Guid)Initializes a new instance of the Encoder
class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.
Properties Name Description Guid { get; }Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
Fields Name Description static readonly ChrominanceTable An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category. static readonly ColorDepth An Encoder object that is initialized with the globally unique identifier for the color depth parameter category. static readonly Compression An Encoder object that is initialized with the globally unique identifier for the compression parameter category. static readonly LuminanceTable Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category. static readonly Quality Represents an Encoder object that is initialized with the globally unique identifier for the quality parameter category. static readonly RenderMethod Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category. static readonly SaveFlag Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category. static readonly ScanMethod Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category. static readonly Transformation Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category. static readonly Version Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category.
See Also