JpegOptions Properties

The JpegOptions type exposes the following members.

Properties
  NameDescription
Public propertyCmykColorProfile
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
Public propertyColorType
Gets or sets the color type for jpeg image.
Public propertyComment
Gets or sets the jpeg file comment.
Public propertyCompressionType
Gets or sets the compression type.
Public propertyExifData
Get or set exif data container
Public propertyInterruptionToken
Token that can be used to interrupt export operation
(Inherited from ImageOptionsBase.)
Public propertyJfif
Gets or sets the jfif.
Public propertyLayers
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
(Inherited from ImageOptionsBase.)
Public propertyPalette
Gets or sets the color palette.
(Inherited from ImageOptionsBase.)
Public propertyQuality
Gets or sets image quality.
Public propertyRdOptSettings
Gets or sets the RD optimizer settings.
Public propertyResolutionSettings
Gets or sets the resolution settings.
(Inherited from ImageOptionsBase.)
Public propertyRgbColorProfile
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
Public propertyRotation
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
(Inherited from ImageOptionsBase.)
Public propertyScaledQuality
The scaled quality.
Public propertySource
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.)
Public propertyTimeout
Timeout value for export operation
(Inherited from ImageOptionsBase.)
Public propertyVectorRasterizationOptions
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.)
Public propertyXmpData
Gets or sets the XMP metadata container.
(Overrides ImageOptionsBaseXmpData.)
See Also