This documentation is for the old version. Go to the latest Graphics Mill docs

JpegEncoderOptions Properties

The JpegEncoderOptions type exposes the following members.

Properties

Name Description
Public property AdobeResources

Gets/sets Adobe® image resource blocks you want to write into the file.

Public property ChromaSubsamplingEnabled

Gets/sets the value that specifies whether to use chroma subsampling in JPEG compression or not.

Public property Exif

Gets/sets EXIF data collection you want to write into the file.

Public property Iptc

Gets/sets IPTC data collection you want to write into the file.

Public property IsProgressive

Gets/sets a value that specifies if JPEG should be progressive.

Public property Left

Gets/sets left position of the frame.

(Inherited from EncoderOptions.)
Public property MediaFormat

Returns media format for which encoder options are defined.

(Inherited from EncoderOptions.)
Public property Quality

Gets/sets JPEG quality.

Public property Top

Gets/sets top position of the frame.

(Inherited from EncoderOptions.)
Public property Xmp

Gets/sets the XML code containing the XMP metadata.

See Also

Reference