Namespace: BitMiracle.Docotic.Pdf
public void DrawString( PdfPoint position, string text )
Public Sub DrawString ( position As PdfPoint, text As String )
Exception | Condition |
---|---|
ArgumentException | text contains an invalid surrogate pair. Either the first character in the pair is not a valid high surrogate or the second character in the pair is not a valid low surrogate. |
CannotShowTextException | text contains a glyph that cannot be drawn using the current Font. |