Aspose::Page::Plugins::PsConverterOptions class
Contents
[
Hide
]PsConverterOptions class
Represents options for PsConverter plugin.
class PsConverterOptions : 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 PsConverter plugin data collection. |
AddSaveDataSource(System::SharedPtr<IDataSource>) override | Adds new data source to the PsConverterOptions plugin data collection. |
get_AdditionalFontsFolders() const | Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs. |
get_DataCollection() override | Returns PsConverterOptions plugin data collection. |
virtual get_Debug() | Specifies whether debug information must be printed to standard output stream or not. |
virtual get_Exceptions() | Returns a list of suppressed conversion errors If SuppressErrors is true. |
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. |
get_SupressErrors() const | Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program. |
set_AdditionalFontsFolders(System::ArrayPtr<System::String>) | Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs. |
virtual set_Debug(bool) | Specifies whether debug information must be printed to standard output stream or not. |
virtual set_Exceptions(System::SharedPtr<System::Collections::Generic::IList<System::Exception>>) | Returns a list of suppressed conversion errors If SuppressErrors is true. |
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. |
set_SupressErrors(bool) | Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program. |
See Also
- Class IPluginOptions
- Class IDataContainer
- Class ISaveInstruction
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++