The JpegEncoderOptions type exposes the following members.
Name | Description | |
---|---|---|
JpegEncoderOptions | Overloaded. Creates and initializes new JpegEncoderOptions class instance. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToFrame |
Creates and initalizes Frame class instance with these encoder options. (Overrides EncoderOptions.ToFrame().) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
AdobeResources |
Gets/sets Adobe® image resource blocks you want to write into the file. |
|
ChromaSubsamplingEnabled |
Gets/sets the value that specifies whether to use chroma subsampling in JPEG compression or not. |
|
Exif |
Gets/sets EXIF data collection you want to write into the file. |
|
Iptc |
Gets/sets IPTC data collection you want to write into the file. |
|
IsProgressive |
Gets/sets a value that specifies if JPEG should be progressive. |
|
Left |
Gets/sets left position of the frame. (Inherited from EncoderOptions.) |
|
MediaFormat |
Returns media format for which encoder options are defined. (Inherited from EncoderOptions.) |
|
Quality |
Gets/sets JPEG quality. |
|
Top |
Gets/sets top position of the frame. (Inherited from EncoderOptions.) |
|
Xmp |
Gets/sets the XML code containing the XMP metadata. |