PdfContentGroupDrawText(PdfFormattedText, PdfPoint) Method |
Draws formatted text at the specified location.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void DrawText(
PdfFormattedText formattedText,
PdfPoint origin
)
Public Sub DrawText (
formattedText As PdfFormattedText,
origin As PdfPoint
)
Parameters
- formattedText PdfFormattedText
- The formatted text to be drawn.
- origin PdfPoint
- The location of the bottom-left corner of the PdfFormattedText.
Exceptions
See Also