PdfGeneratorOptions.AddDataSource

PdfGeneratorOptions.AddDataSource method

Adds new data source to the PdfGenerator plugin data collection.

public void AddDataSource(IDataSource dataSource)
ParameterTypeDescription
dataSourceIDataSourceData source to add.

See Also