Gets or sets the properties.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfTableStyle
See Also