Gets or sets the datasource type of the PdfTable

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfTableDataSourceType DataSourceType { get; set; }
Public Property DataSourceType As PdfTableDataSourceType
	Get
	Set
public:
property PdfTableDataSourceType DataSourceType {
	PdfTableDataSourceType get ();
	void set (PdfTableDataSourceType value);
}
member DataSourceType : PdfTableDataSourceType with get, set

Property Value

PdfTableDataSourceType

See Also