Click or drag to resize

PdfGrid Draw Method (PdfNewPage, Single, Single, 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,
	float x,
	float y,
	PdfGridLayoutFormat format
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.
x
Type: System Single
The x.
y
Type: System Single
The y.
format
Type: Spire.Pdf.Grid PdfGridLayoutFormat
The format.

Return Value

Type: PdfGridLayoutResult
See Also