Click or drag to resize

PdfTextWidget Draw Method (PdfNewPage, PointF, PdfTextLayout)

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 PdfTextLayoutResult Draw(
	PdfNewPage page,
	PointF location,
	PdfTextLayout 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.
format
Type: Spire.Pdf.Graphics PdfTextLayout
Lay outing format.

Return Value

Type: PdfTextLayoutResult
Lay outing result.
See Also