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
)
Public Sub New (
page As PdfPageBase,
bounds As RectangleF
)
public:
PdfGridLayoutResult(
PdfPageBase^ page,
RectangleF bounds
)
new :
page : PdfPageBase *
bounds : RectangleF -> PdfGridLayoutResult
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