Click or drag to resize

PdfGrid Draw Method (PdfNewPage, RectangleF)

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,
	RectangleF bounds
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.
bounds
Type: System.Drawing RectangleF
The bounds.

Return Value

Type: PdfGridLayoutResult
See Also