Click or drag to resize

PdfContentGroupDrawText(PdfFormattedText, PdfMatrix) Method

Draws formatted text with the specified transformation.

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

Parameters

formattedText  PdfFormattedText
The formatted text to be drawn.
transform  PdfMatrix
The transformation from the new (transformed) coordinate system to the original (untransformed) coordinate system.
Exceptions
ExceptionCondition
ArgumentNullExceptionformattedText is .
See Also