Class XpsConverterToPdfOptions
XpsConverterToPdfOptions class
Represents XPS to PDF converter options for XpsConverter plugin.
public sealed class XpsConverterToPdfOptions : XpsConverterOptions
Constructors
| Name | Description |
|---|
| XpsConverterToPdfOptions() | Initializes new instance of the XpsConverterToPdfOptions object with default options. |
Properties
| Name | Description |
|---|
| DataCollection { get; } | Returns XpsConverterOptions plugin data collection. |
| JpegQualityLevel { get; set; } | 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. |
| override OperationName { get; } | Returns operation name. |
| PageNumbers { get; set; } | Gets/sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted. |
| SaveTargetsCollection { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| AddDataSource(IDataSource) | Adds new data source to the XpsConverter plugin data collection. |
| AddSaveDataSource(IDataSource) | Adds new data source to the XpsConverterOptions plugin data collection. |
See Also