JpegSaveOptions class

JpegSaveOptions class

Class representing options of saving to JPEG image(s).

Inheritance: JpegSaveOptionsImageSaveOptionsSaveOptions

The JpegSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initCreates new instance of options.

Properties

PropertyDescription
subset_fontsGets/sets the flag indicating whether to subset fonts in output file or not.
rasterize_formulasGets/sets the flag that allows to rasterize math formulas.
rasterize_included_graphicsGets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
resolutionGets/sets the image resolution.
smoothing_modeGets/sets the smoothing mode.
interpolation_modeGets/sets the interpolation mode.
device_writes_imagesGets/sets the flag that determines whether the image device will write output images.
Set it to false if you are planning to write images using image device’s
Result property.

See Also