Draws the table starting from the specified page.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfTableLayoutResult Draw(
	PdfNewPage page,
	RectangleF bounds,
	PdfTableLayoutFormat format
)
Public Function Draw ( 
	page As PdfNewPage,
	bounds As RectangleF,
	format As PdfTableLayoutFormat
) As PdfTableLayoutResult
public:
PdfTableLayoutResult^ Draw(
	PdfNewPage^ page, 
	RectangleF bounds, 
	PdfTableLayoutFormat^ format
)
member Draw : 
        page : PdfNewPage * 
        bounds : RectangleF * 
        format : PdfTableLayoutFormat -> PdfTableLayoutResult 

Parameters

page
PdfNewPage
The page.
bounds
RectangleF
The bounds.
format
PdfTableLayoutFormat
The format.

Return Value

PdfTableLayoutResult
The results of the lay outing.

See Also