TiffSaveOptions class

TiffSaveOptions class

Class for XPS-as-TIFF saving options.

Inheritance: TiffSaveOptionsImageSaveOptionsSaveOptions

The TiffSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initCreates new instance of options.

Properties

PropertyDescription
supress_errorsSpecifies whether errors must be suppressed or not.
If true suppressed errors are added to SaveOptions.Exceptions list.
If false the first error will terminate the program.
sizeGets/sets the size of the image.
debugSpecifies whether debug information must be printed to standard output stream or not.
additional_fonts_foldersSpecifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs.
jpeg_quality_levelThe Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest.
page_numbersGets/sets the array of numbers of pages to convert.
resolutionGets/sets the image resolution.
smoothing_modeGets/sets the smoothing mode.
text_rendering_hintGets/sets the text rendering hint.
interpolation_modeGets/sets the interpolation mode.
image_sizeGets/sets the size of the output images in pixels.
multipageGets/sets the flag that defines if multiple images
should be saved in a single multipage TIFF file.

See Also