Draws the specified text string at the specified location
with the specified Brush and Font objects.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void DrawString( string s, PdfFontBase font, PdfPen pen, PointF point, bool htmlTags )
Public Sub DrawString ( s As String, font As PdfFontBase, pen As PdfPen, point As PointF, htmlTags As Boolean )
public: void DrawString( String^ s, PdfFontBase^ font, PdfPen^ pen, PointF point, bool htmlTags )
member DrawString : s : string * font : PdfFontBase * pen : PdfPen * point : PointF * htmlTags : bool -> unit
Parameters
- s
- String
The text string.
- font
- PdfFontBase
The font.
- pen
- PdfPen
The pen.
- point
- PointF
The location point.
- htmlTags
- Boolean
whether the parsing of HTML tags