Class XpsConverterOptions
Contents
[
Hide
]XpsConverterOptions class
Represents options for XpsConverter
plugin.
public class XpsConverterOptions : IPluginOptions
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. |
virtual OperationName { get; } | Returns operation name. |
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
- interface IPluginOptions
- namespace Aspose.Page.Plugins
- assembly Aspose.Page