PdfFormOptions.AddDataSource

PdfFormOptions.AddDataSource method

Adds new data source to the PdfForm plugin data collection.

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

See Also