Click or drag to resize

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
)

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