Click or drag to resize

PdfContentGroupDrawText(PdfFormattedText, PdfPoint) Method

Draws formatted text at the specified location.

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

Parameters

formattedText  PdfFormattedText
The formatted text to be drawn.
origin  PdfPoint
The location of the bottom-left corner of the PdfFormattedText.
Exceptions
ExceptionCondition
ArgumentNullExceptionformattedText is .
See Also