Click or drag to resize

PdfContentGroupDrawText(PdfFormattedTextLine, PdfPoint) Method

Draws formatted text line at the specified location.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void DrawText(
	PdfFormattedTextLine formattedTextLine,
	PdfPoint origin
)

Parameters

formattedTextLine  PdfFormattedTextLine
The formatted text line to be drawn.
origin  PdfPoint
The location of the bottom-left corner of the PdfFormattedTextLine.
Exceptions
ExceptionCondition
ArgumentNullExceptionformattedTextLine is .
See Also