Name | Description | |
---|---|---|
![]() | DrawString(IEnumerable<PdfCharacterCode>) |
Draws the text defined by the specified character codes starting from the current
TextPosition.
|
![]() | DrawString(String) |
Draws the specified text string starting from the current TextPosition.
|
![]() | DrawString(PdfPoint, String) |
Draws the specified text string starting from the specified position.
|
![]() | DrawString(String, PdfStringDrawingOptions) |
Draws the specified text string starting from the current TextPosition
using the specified options.
|
![]() | DrawString(Double, Double, String) |
Draws the specified text string starting from the specified position.
|
![]() | DrawString(PdfPoint, String, PdfStringDrawingOptions) |
Draws the specified text string starting from the specified position
using the specified options.
|
![]() | DrawString(Double, Double, String, PdfStringDrawingOptions) |
Draws the specified text string starting from the specified position
using the specified options.
|