Click or drag to resize

PdfHTMLTextElement Draw Method (PdfCanvas, RectangleF)

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,
	RectangleF layoutRectangle
)

Parameters

graphics
Type: Spire.Pdf.Graphics PdfCanvas
layoutRectangle
Type: System.Drawing RectangleF
RectangleF structure that specifies the bounds of the text.
See Also