Aspose::Pdf::Plugins::FormOptions::AddOutput method

FormOptions::AddOutput method

Adds new data source to the Form… plugins data collection.

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

See Also