PdfTable
Draw Method (PdfNewPage, RectangleF)
|
Draws the table starting from the specified page.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTableLayoutResult Draw(
PdfNewPage page,
RectangleF bounds
)
Public Function Draw (
page As PdfNewPage,
bounds As RectangleF
) As PdfTableLayoutResult
public:
PdfTableLayoutResult^ Draw(
PdfNewPage^ page,
RectangleF bounds
)
member Draw :
page : PdfNewPage *
bounds : RectangleF -> PdfTableLayoutResult
Parameters
-
page
-
Type:
Spire.Pdf
PdfNewPage
The page.
-
bounds
-
Type:
System.Drawing
RectangleF
The bounds.
Return Value
Type:
PdfTableLayoutResult
The results of the lay outing.
See Also