<PackageReference Include="System.Drawing.Common" Version="9.0.0-preview.5.24306.5" />

Encoder

public sealed class Encoder
An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.
public static readonly Encoder ChrominanceTable

An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.

public static readonly Encoder ColorDepth

An Encoder object that is initialized with the globally unique identifier for the color depth parameter category.

public static readonly Encoder ColorSpace

Represents an encoder that's initialized with the globally unique identifier for the color space category.

public static readonly Encoder Compression

An Encoder object that is initialized with the globally unique identifier for the compression parameter category.

public static readonly Encoder ImageItems

Represents an encoder that's initialized with the globally unique identifier for the image items category.

public static readonly Encoder LuminanceTable

Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.

public static readonly Encoder Quality

Gets an Encoder object that is initialized with the globally unique identifier for the quality parameter category.

public static readonly Encoder RenderMethod

Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.

public static readonly Encoder SaveAsCmyk

Represents an encoder that's initialized with the globally unique identifier for the save as CMYK category.

public static readonly Encoder SaveFlag

Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.

public static readonly Encoder ScanMethod

Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.

public static readonly Encoder Transformation

Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.

public static readonly Encoder Version

Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category.

public Guid Guid { get; }

Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.

public Encoder(Guid guid)

Initializes a new instance of the Encoder class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.