Draws the table starting from the specified page.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Parameters

page
PdfNewPage
The page.
location
PointF
The location.
format
PdfTableLayoutFormat
The format.

Return Value

PdfTableLayoutResult
The results of the lay outing.

See Also