Gets or sets the border.

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

Syntax

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

Property Value

PdfBorders
The border.

See Also