PsConverterToImageOptions class

PsConverterToImageOptions class

Represents PS/EPS to Image converter options for PsConverter plugin.

Inheritance: PsConverterToImageOptionsPsConverterOptions

The PsConverterToImageOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes new instance of the PsConverterToImageOptions object with default options.
initInitializes new instance of the PsConverterToImageOptions object with image format.
initInitializes new instance of the PsConverterToImageOptions object with a size of the resulting image.
initInitializes new instance of the PsConverterToImageOptions object with image format and a size of the resulting image.

Properties

PropertyDescription
data_collectionReturns PsConverterOptions plugin data collection.
save_targets_collectionGets collection of added targets for saving operation results.
operation_nameReturns operation name.
supress_errorsSpecifies whether errors must be suppressed or not.
If true suppressed errors are added to PsConverterOptions.Exceptions list.
If false the first error will terminate the program.
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.
image_formatGets/sets the image type.
sizeGets/sets the size of the resulting image.
resolutionGets/sets the image resolution.
smoothing_modeGets/sets the smoothing mode for rendering image.

Methods

MethodDescription
add_data_sourceAdds new data source to the PsConverter plugin data collection.
add_save_data_sourceAdds new data source to the PsConverterOptions plugin data collection.

See Also