PdfGeneratorOptions.AddOutput

PdfGeneratorOptions.AddOutput method

Adds new data source to the PdfGenerator plugin data collection.

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

See Also