Draws the specified page.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
PdfNewPage
The page.
x
Single
The x.
y
Single
The y.
width
Single
The width.

Return Value

PdfGridLayoutResult

See Also