PdfGeneratorOptions.AddSaveDataSource

PdfGeneratorOptions.AddSaveDataSource method

Adds new data source to the PdfGenerator plugin data collection.

public void AddSaveDataSource(IDataSource saveDataSource)
ParameterTypeDescription
saveDataSourceIDataSourceData source (file or stream) for saving operation results.

See Also