Namespace: BitMiracle.Docotic.Pdf
public void DrawString( string text, PdfStringDrawingOptions options )
Public Sub DrawString ( text As String, options As PdfStringDrawingOptions )
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 and cannot be substituted using the options.MissingGlyphHandler. |