Class Encoder

Encoder class

An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.

public sealed class Encoder

Constructors

NameDescription
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

NameDescription
Guid { get; }Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.

Fields

NameDescription
static readonly ChrominanceTableAn Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.
static readonly ColorDepthAn Encoder object that is initialized with the globally unique identifier for the color depth parameter category.
static readonly CompressionAn Encoder object that is initialized with the globally unique identifier for the compression parameter category.
static readonly LuminanceTableRepresents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.
static readonly QualityRepresents an Encoder object that is initialized with the globally unique identifier for the quality parameter category.
static readonly RenderMethodRepresents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.
static readonly SaveFlagRepresents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.
static readonly ScanMethodRepresents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.
static readonly TransformationRepresents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.
static readonly VersionRepresents an Encoder object that is initialized with the globally unique identifier for the version parameter category.

See Also