Aspose::Page::Plugins::PsConverterOptions class

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

MethodDescription
AddDataSource(System::SharedPtr<IDataSource>) overrideAdds new data source to the PsConverter plugin data collection.
AddSaveDataSource(System::SharedPtr<IDataSource>) overrideAdds new data source to the PsConverterOptions plugin data collection.
get_AdditionalFontsFolders() constSpecifies 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() overrideReturns 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() 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.
get_SupressErrors() constSpecifies 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