TiffSaveOptions class

TiffSaveOptions class

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

Inheritance: TiffSaveOptionsImageSaveOptionsSaveOptions

The TiffSaveOptions 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.
multipageGets/sets the flag that defines if multiple images
should be saved in a single multipage TIFF file.
compressionGets/sets the TIFF compression scheme.

See Also