ImageSaveOptions class

ImageSaveOptions class

This class contains options necessary for managing image saving process.

Inheritance: ImageSaveOptionsSaveOptions

The ImageSaveOptions type exposes the following members:

Constructors

NameDescription
ImageSaveOptions()Initializes a new instance of the ImageSaveOptions class with default values
for flags SuppressErrors (true) and (false).
ImageSaveOptions(image_format)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(size)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(size, image_format)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(image_format, supress_errors)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(size, supress_errors)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(size, image_format, supress_errors)Initializes a new instance of the ImageSaveOptions class
ImageSaveOptions(supress_errors)Initializes a new instance of the ImageSaveOptions class

Properties

NameDescription
supress_errorsSpecifies whether errors must be suppressed or not.
If true suppressed errors are added to None 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.
smoothing_modeGets/sets the smoothing mode for rendering image.
resolutionGets/sets the image resolution.
image_formatGets/sets an image format for resulting image.
try_join_image_fragmentsThe flag for combining image fragments into one picture.

See Also