Aspose::Pdf::Plugins::PdfConverterOptions class

PdfConverterOptions class

Represents options for Pdf converter plugins.

class PdfConverterOptions : public Aspose::Pdf::Plugins::IPluginOptions,
                            public Aspose::Pdf::Plugins::IDataContainer,
                            public Aspose::Pdf::Plugins::ISaveInstruction

Methods

MethodDescription
AddInput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfConverter plugin data collection.
AddOutput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfToXLSXConverterOptions plugin data collection.
get_Inputs() overrideReturns PdfConverterOptions plugin data collection.
virtual get_OperationName()Returns operation name.
get_Outputs() overrideGets collection of added targets for saving operation results.

See Also