Aspose::Pdf::Plugins::PdfExtractorOptions::AddInput method

PdfExtractorOptions::AddInput method

Adds new data source to the PdfExtractor plugin data collection.

void Aspose::Pdf::Plugins::PdfExtractorOptions::AddInput(System::SharedPtr<IDataSource> dataSource) override
ParameterTypeDescription
dataSourceSystem::SharedPtr<IDataSource>Data source to add.

See Also