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