ImageSaveOptions class

ImageSaveOptions class

Basic class representing options of saving to raster images.

Inheritance: ImageSaveOptionsSaveOptions

The ImageSaveOptions type exposes the following members:

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