Aspose::Pdf::Plugins::PdfAConvertOptions class

PdfAConvertOptions class

Represents options for converting PDF documents to PDF/A format with the PdfAConverter plugin.

class PdfAConvertOptions : public Aspose::Pdf::Plugins::PdfAOptionsBase,
                           public Aspose::Pdf::Plugins::ISaveInstruction

Methods

MethodDescription
AddOutput(System::SharedPtr<IDataSource>) overrideAdds new result save target.
get_Outputs() overrideGets the collection of added targets (file or stream data sources) for saving operation results.
PdfAConvertOptions()

See Also