PdfTable
Draw Method (PdfNewPage, Single, Single, Single, PdfTableLayoutFormat)
|
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,
float x,
float y,
float width,
PdfTableLayoutFormat format
)
Public Function Draw (
page As PdfNewPage,
x As Single,
y As Single,
width As Single,
format As PdfTableLayoutFormat
) As PdfTableLayoutResult
public:
PdfTableLayoutResult^ Draw(
PdfNewPage^ page,
float x,
float y,
float width,
PdfTableLayoutFormat^ format
)
member Draw :
page : PdfNewPage *
x : float32 *
y : float32 *
width : float32 *
format : PdfTableLayoutFormat -> PdfTableLayoutResult
Parameters
-
page
-
Type:
Spire.Pdf
PdfNewPage
The page.
-
x
-
Type:
System
Single
The x coordinate.
-
y
-
Type:
System
Single
The y coordinate.
-
width
-
Type:
System
Single
The width.
-
format
-
Type:
Spire.Pdf.Tables
PdfTableLayoutFormat
The format.
Return Value
Type:
PdfTableLayoutResult
The results of the lay outing.
See Also