Aspose::Pdf::Plugins::PdfGeneratorOptions::AddInput method

PdfGeneratorOptions::AddInput method

Adds new data source to the PdfGenerator plugin data collection.

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

See Also