PdfHTMLTextElement
Draw Method (PdfCanvas, PointF, Single, Single)
|
Draws the text on the graphics.
Namespace:
Spire.Pdf.Graphics
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,
float height
)
Public Sub Draw (
graphics As PdfCanvas,
location As PointF,
width As Single,
height As Single
)
public:
void Draw(
PdfCanvas^ graphics,
PointF location,
float width,
float height
)
member Draw :
graphics : PdfCanvas *
location : PointF *
width : float32 *
height : float32 -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
-
location
-
Type:
System.Drawing
PointF
Start location on the page.
-
width
-
Type:
System
Single
Width of the text bounds.
-
height
-
Type:
System
Single
Height of the text bounds.
See Also