Click or drag to resize

PdfGrid Draw Method (PdfNewPage, Single, Single, Single)

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,
	float width
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.
x
Type: System Single
The x.
y
Type: System Single
The y.
width
Type: System Single
The width.

Return Value

Type: PdfGridLayoutResult
See Also