Draws the specified text string starting from the current
TextPosition.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
Remarks
After drawing of each character in the string represented by the
text parameter this method looks up a width in
a collection represented by the
charWidths
parameter and applies extra displacement if needed.
The string represented by the
text parameter
always spans only one line. Please use
DrawText() if you
want to draw more than one line of text.
See Also