System::Drawing::Imaging::Encoder class
Contents
[
Hide
]Encoder class
Represents a GUID that is associated with a set of image encoder parameters. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class Encoder : public System::Object
Methods
Method | Description |
---|---|
Encoder(const Guid&) | Constructs a new instance of Encoder class. |
get_Guid() const | Returns a GUID that specifies a set of image encoder parameters the current object represents. |
Fields
Field | Description |
---|---|
static ChrominanceTable | An instance of Encoder class that represents chrominance table parameter category. |
static ColorDepth | An instance of Encoder class that represents the color depth parameter category. |
static Compression | An instance of Encoder class that represents the compression parameter category. |
static LuminanceTable | An instance of Encoder class that represents the luminance table parameter category. |
static Quality | An instance of Encoder class that represents the quality parameter category. |
static RenderMethod | An instance of Encoder class that represents the render method parameter category. |
static SaveFlag | An instance of Encoder class that represents the save flag parameter category. |
static ScanMethod | An instance of Encoder class that represents the scan method parameter category. |
static Transformation | An instance of Encoder class that represents the transformation parameter category. |
static Version | An instance of Encoder class that represents the version parameter category. |
See Also
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++