Gets the grid.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

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