Namespace: BitMiracle.Docotic.Pdf
public void DrawString( double x, double y, string text, PdfStringDrawingOptions options )
Public Sub DrawString ( x As Double, y As Double, 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. |