PdfTable
Draw Method (PdfCanvas, RectangleF)
|
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,
RectangleF bounds
)
Public Sub Draw (
graphics As PdfCanvas,
bounds As RectangleF
)
public:
void Draw(
PdfCanvas^ graphics,
RectangleF bounds
)
member Draw :
graphics : PdfCanvas *
bounds : RectangleF -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Graphics context where the element should be printed.
-
bounds
-
Type:
System.Drawing
RectangleF
The bounds.
See Also