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,
	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
PdfNewPage
The page.
bounds
RectangleF
The bounds.
format
PdfGridLayoutFormat
The format.

Return Value

PdfGridLayoutResult

See Also