PdfCanvas.DrawString Method

Draws the specified single-line text.

Overload List

  NameDescription
Public methodDrawString(IEnumerable<PdfCharacterCode>)
Draws the text defined by the specified character codes starting from the current TextPosition.
Public methodDrawString(String)
Draws the specified text string starting from the current TextPosition.
Public methodDrawString(PdfPoint, String)
Draws the specified text string starting from the specified position.
Public methodDrawString(String, PdfStringDrawingOptions)
Draws the specified text string starting from the current TextPosition using the specified options.
Public methodDrawString(Double, Double, String)
Draws the specified text string starting from the specified position.
Public methodDrawString(PdfPoint, String, PdfStringDrawingOptions)
Draws the specified text string starting from the specified position using the specified options.
Public methodDrawString(Double, Double, String, PdfStringDrawingOptions)
Draws the specified text string starting from the specified position using the specified options.

See Also