Namespace: BitMiracle.Docotic.Pdf
public void DrawString( byte[] characterCodes )
Public Sub DrawString ( characterCodes As Byte() )
Character codes represent raw PDF string related to font's encoding. Use GetCharacterCodes() method to get character codes for existing text.
The string represented by the characterCodes parameter always spans only one line.