Aspose::Page::Plugins::XpsConverterOptions::AddSaveDataSource method

XpsConverterOptions::AddSaveDataSource method

Adds new data source to the XpsConverterOptions plugin data collection.

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

See Also