Aspose::Pdf::LowCode::PdfExtractorOptions klass

PdfExtractorOptions class

Representerar alternativ för TextExtractor- och ImageExtractor-pluginerna.

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

Metoder

MetodBeskrivning
AddInput(System::SharedPtr<IDataSource>) overrideLägger till en ny datakälla i PdfExtractor-pluginens datainsamling.
get_Inputs() overrideReturnerar PdfExtractor-pluginens datainsamling.
virtual get_OperationName()Returnerar operationens namn.

Anmärkningar

Den PdfExtractorOptions innehåller grundfunktioner för att lägga till data (filer, strömmar) som representerar inmatnings-PDF-dokument. Skapa TextExtractorOptions eller ImageExtractorOptions istället för detta.

Se även