Aspose::Pdf::Plugins::PdfConverterOptions::AddInput method

PdfConverterOptions::AddInput method

Adds new data source to the PdfConverter plugin data collection.

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

See Also