Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / GetUnicodeChars Method

In This Topic
    GetUnicodeChars Method
    In This Topic
    Returns a HashSet with all supported Unicode characters.

    Depends on 'cmap' table.

    Syntax
    'Declaration
     
    Public Function GetUnicodeChars() As System.Collections.Generic.HashSet(Of Integer)
    public System.Collections.Generic.HashSet<int> GetUnicodeChars()
    See Also