PdfTable
Draw Method (PdfCanvas, PointF, Single)
|
Draws an element on the Graphics.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Draw(
PdfCanvas graphics,
PointF location,
float width
)
Public Sub Draw (
graphics As PdfCanvas,
location As PointF,
width As Single
)
public:
void Draw(
PdfCanvas^ graphics,
PointF location,
float width
)
member Draw :
graphics : PdfCanvas *
location : PointF *
width : float32 -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Graphics context where the element should be printed.
-
location
-
Type:
System.Drawing
PointF
The location of the element.
-
width
-
Type:
System
Single
The width of the table.
See Also