PdfContentGroupDrawText(PdfFormattedText, PdfMatrix) Method |
Draws formatted text with the specified transformation.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void DrawText(
PdfFormattedText formattedText,
PdfMatrix transform
)
Public Sub DrawText (
formattedText As PdfFormattedText,
transform As PdfMatrix
)
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
See Also