Aspose::Page::Plugins::PsConverterOptions::AddSaveDataSource method

PsConverterOptions::AddSaveDataSource method

Adds new data source to the PsConverterOptions plugin data collection.

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

See Also