PdfGrid
Draw Method (PdfNewPage, RectangleF, 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,
RectangleF bounds,
PdfGridLayoutFormat format
)
Public Function Draw (
page As PdfNewPage,
bounds As RectangleF,
format As PdfGridLayoutFormat
) As PdfGridLayoutResult
public:
PdfGridLayoutResult^ Draw(
PdfNewPage^ page,
RectangleF bounds,
PdfGridLayoutFormat^ format
)
member Draw :
page : PdfNewPage *
bounds : RectangleF *
format : PdfGridLayoutFormat -> PdfGridLayoutResult
Parameters
-
page
-
Type:
Spire.Pdf
PdfNewPage
The page.
-
bounds
-
Type:
System.Drawing
RectangleF
The bounds.
-
format
-
Type:
Spire.Pdf.Grid
PdfGridLayoutFormat
The format.
Return Value
Type:
PdfGridLayoutResult
See Also