Click or drag to resize

PdfHTMLTextElement Draw Method (PdfNewPage, PointF, Single, PdfMetafileLayoutFormat)

Draws the text on the page.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutResult Draw(
	PdfNewPage page,
	PointF location,
	float width,
	PdfMetafileLayoutFormat format
)

Parameters

page
Type: Spire.Pdf PdfNewPage
Current page where the text should be drawn.
location
Type: System.Drawing PointF
Start location on the page.
width
Type: System Single
Width of the text bounds.
format
Type: Spire.Pdf.Graphics PdfMetafileLayoutFormat
Layout format.

Return Value

Type: PdfLayoutResult
Lay outing result.
See Also