Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontSignature Class / TestUnicodeRange Method
Index of the range (between 0 and 127).

In This Topic
    TestUnicodeRange Method
    In This Topic
    Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange).
    Syntax
    'Declaration
     
    Public Function TestUnicodeRange( _
       ByVal unicodeRangeIndex As System.Integer _
    ) As System.Boolean
    public System.bool TestUnicodeRange( 
       System.int unicodeRangeIndex
    )

    Parameters

    unicodeRangeIndex
    Index of the range (between 0 and 127).

    Return Value

    true if the specified Unicode range is considered functional, false otherwise.
    See Also