Draws the table starting from the specified page.
Namespace: Spire.Pdf.TablesAssembly: 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 )
Public Function Draw ( page As PdfNewPage, location As PointF ) As PdfTableLayoutResult
public: PdfTableLayoutResult^ Draw( PdfNewPage^ page, PointF location )
member Draw : page : PdfNewPage * location : PointF -> PdfTableLayoutResult
Return Value
PdfTableLayoutResultThe results of the lay outing.