JpegOptions class

JpegOptions class

The jpeg file format create options.

Inheritance: JpegOptionsImageOptionsBase

The JpegOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the JpegOptions class.
initInitializes a new instance of the JpegOptions class.

Properties

PropertyDescription
target_format
rotationGets or sets the parameter for rotate, flip, or rotate and flip the image..
layersGets or sets a of layer names must be exported.
All data will be exported without layers if names is not sets.
xmp_dataGets or sets the XMP metadata container.
sourceGets or sets the source to create image in.
paletteGets or sets the color palette.
resolution_settingsGets or sets the resolution settings.
vector_rasterization_optionsGets or sets the vector rasterization options.
timeoutTimeout value for export operation (in milliseconds)
pc_3_fileGets or sets the PC3 file full name.
user_watermark_textText for user-generated watermark
user_watermark_colorColor for user-generated watermark
jfifGets or sets the jfif.
commentGets or sets the jpeg file comment.
exif_dataGet or set exif data container
compression_typeGets or sets the compression type.
color_typeGets or sets the color type for jpeg image.
qualityGets or sets image quality.
scaled_qualityThe scaled quality.
rd_opt_settingsGets or sets the RD optimizer settings.
rgb_color_profileThe destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
cmyk_color_profileThe destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.

See Also