Aspose::Page::Plugins::XpsConverterOptions class

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

MethodDescription
AddDataSource(System::SharedPtr<IDataSource>) overrideAdds new data source to the XpsConverter plugin data collection.
AddSaveDataSource(System::SharedPtr<IDataSource>) overrideAdds new data source to the XpsConverterOptions plugin data collection.
get_DataCollection() overrideReturns XpsConverterOptions plugin data collection.
get_JpegQualityLevel() constThe 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() overrideGets 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