XpsConverterToImageOptions class
Contents
[
Hide
]XpsConverterToImageOptions class
Represents XPS to Image converter options for XpsConverter plugin.
Inheritance: XpsConverterToImageOptions
→ XpsConverterOptions
The XpsConverterToImageOptions type exposes the following members:
Constructors
Name | Description |
---|---|
XpsConverterToImageOptions() | Initializes new instance of the XpsConverterToImageOptions object with default options. |
XpsConverterToImageOptions(image_format) | Initializes a new instance of the XpsConverterToImageOptions class |
XpsConverterToImageOptions(size) | Initializes a new instance of the XpsConverterToImageOptions class |
XpsConverterToImageOptions(image_format, size) | Initializes a new instance of the XpsConverterToImageOptions class |
Properties
Name | Description |
---|---|
data_collection | Returns XpsConverterOptions plugin data collection. |
save_targets_collection | Gets collection of added targets for saving operation results. |
operation_name | Returns operation name. |
jpeg_quality_level | The 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_numbers | Gets/sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted. |
image_format | Gets/sets the image type. |
size | Gets/sets the size of the resulting image. |
resolution | Gets/sets the image resolution. |
smoothing_mode | Gets/sets the smoothing mode for rendering image. |
Methods
Name | Description |
---|---|
add_data_source(data_source) | Adds new data source to the XpsConverter plugin data collection. |
add_save_data_source(save_data_source) | Adds new data source to the XpsConverterOptions plugin data collection. |
See Also
- module
aspose.page.plugins
- package
aspose.page