Click or drag to resize

PdfGridLayoutResult Constructor

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridLayoutResult(
	PdfPageBase page,
	RectangleF bounds
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The current page.
bounds
Type: System.Drawing RectangleF
The current bounds.
Remarks
The page might be null, which means that lay outing was performed on PdfGraphics.
See Also