Aspose::Page::Plugins::XpsConverterOptions class
Contents
[
Hide
]XpsConverterOptions class
Represents options for XpsConverter plugin.
class XpsConverterOptions : public Aspose::Page::Plugins::IPluginOptions,
public Aspose::Page::Plugins::IDataContainer,
public Aspose::Page::Plugins::ISaveInstruction
Methods
| Method | Description |
|---|---|
| AddDataSource(System::SharedPtr<IDataSource>) override | Adds new data source to the XpsConverter plugin data collection. |
| AddSaveDataSource(System::SharedPtr<IDataSource>) override | Adds new data source to the XpsConverterOptions plugin data collection. |
| get_DataCollection() override | Returns XpsConverterOptions plugin data collection. |
| get_JpegQualityLevel() const | 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 get_OperationName() | Returns operation name. |
| get_SaveTargetsCollection() override | Gets collection of added targets for saving operation results. |
| set_JpegQualityLevel(int32_t) | 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. |
See Also
- Class IPluginOptions
- Class IDataContainer
- Class ISaveInstruction
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++