XpsConverterToPdfOptions class

XpsConverterToPdfOptions class

Represents XPS to PDF converter options for XpsConverter plugin.

Inheritance: XpsConverterToPdfOptionsXpsConverterOptions

The XpsConverterToPdfOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes new instance of the XpsConverterToPdfOptions object with default options.

Properties

PropertyDescription
data_collectionReturns XpsConverterOptions plugin data collection.
save_targets_collectionGets collection of added targets for saving operation results.
operation_nameReturns operation name.
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 in XPS document to convert. If not set all pages will be converted.

Methods

MethodDescription
add_data_sourceAdds new data source to the XpsConverter plugin data collection.
add_save_data_sourceAdds new data source to the XpsConverterOptions plugin data collection.

See Also