Gets or sets the properties.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

PdfTableStyle

See Also