Click or drag to resize

PdfGrid Draw Method (PdfNewPage, PointF, PdfGridLayoutFormat)

Draws the specified page.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridLayoutResult Draw(
	PdfNewPage page,
	PointF location,
	PdfGridLayoutFormat format
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.
location
Type: System.Drawing PointF
The location.
format
Type: Spire.Pdf.Grid PdfGridLayoutFormat
The format.

Return Value

Type: PdfGridLayoutResult
See Also