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