PdfTableDataSourceType Enumeration
|
Specifies the datasource type.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTableDataSourceType
Public Enumeration PdfTableDataSourceType
public enum class PdfTableDataSourceType
type PdfTableDataSourceType
Members
|
Member name
|
Value
|
Description
|
|
External
|
0
|
Specifies that the PdfTable has been binded to an external datasource.
|
|
TableDirect
|
1
|
Specifies that the values are directly binded to the PdfTable.
|
See Also