AutoFiller.ImportDataTable
AutoFiller.ImportDataTable method
Imports data of DataTable type. Every column’s name of the dataTable must be the same as one field name of the template pdf in case sensitive.
public void ImportDataTable(DataTable dataTable)
Parameter | Type | Description |
---|---|---|
dataTable | DataTable | The dataTable which contains all the data from database or other data source. |
See Also
- class AutoFiller
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF