Aspose::Pdf::LowCode::PdfGeneratorOptions class

PdfGeneratorOptions class

Represents options for Generator plugins.

class PdfGeneratorOptions : public Aspose::Pdf::LowCode::IPluginOptions,
                            public Aspose::Pdf::LowCode::IDataContainer,
                            public Aspose::Pdf::LowCode::ISaveInstruction

Methods

MethodDescription
AddInput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfGenerator plugin data collection.
AddOutput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfGenerator plugin data collection.
get_Inputs() overrideReturns PdfGenerator plugin data collection.
get_Outputs() overrideGets collection of added targets for saving operation results.

See Also