Aspose::Pdf::Plugins::PdfConverterOptions::AddOutput method

PdfConverterOptions::AddOutput method

Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

void Aspose::Pdf::Plugins::PdfConverterOptions::AddOutput(System::SharedPtr<IDataSource> saveDataSource) override
ParameterTypeDescription
saveDataSourceSystem::SharedPtr<IDataSource>Data source (file or stream) for saving operation results.

See Also