Gets the grid.

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 PdfGrid Grid { get; }
Public ReadOnly Property Grid As PdfGrid
	Get
public:
property PdfGrid^ Grid {
	PdfGrid^ get ();
}
member Grid : PdfGrid with get

Property Value

PdfGrid
The grid.

See Also