Gets or sets the properties.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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