An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.
| C# | Visual Basic |
public sealed class Encoder
Public NotInheritable Class Encoder
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | 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.
| |
| ChrominanceTable |
An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.
| |
| ColorDepth |
An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.
| |
| Compression |
An Encoder object that is initialized with the globally unique identifier for the compression parameter category.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Guid |
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
| |
| LuminanceTable |
Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Quality |
Represents an Encoder object that is initialized with the globally unique identifier for the quality parameter category.
| |
| RenderMethod |
Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.
| |
| SaveFlag |
Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.
| |
| ScanMethod |
Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.
| |
| ToString()()()() | (Inherited from Object.) | |
| Transformation |
Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.
| |
| Version |
Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category.
|
| Object | |
| Encoder | |