Namespace: BitMiracle.Docotic.Pdf
public bool ContainsGlyphsForText( string text )
Public Function ContainsGlyphsForText ( text As String ) As Boolean
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. |