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