Aspose::Pdf::Plugins::PdfExtractorOptions class

PdfExtractorOptions class

Represents options for the TextExtractor and ImageExtractor plugins.

class PdfExtractorOptions : public Aspose::Pdf::Plugins::IPluginOptions,
                            public Aspose::Pdf::Plugins::IDataContainer

Methods

MethodDescription
AddInput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfExtractor plugin data collection.
get_Inputs() overrideReturns PdfExtractor plugin data collection.
virtual get_OperationName()Returns operation name.

Remarks

The PdfExtractorOptions contains base functions to add data (files, streams) representing input PDF documents. Please create TextExtractorOptions or ImageExtractorOptions instead of this.

See Also