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