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

In This Topic
    TestCodePageRange Method
    In This Topic
    Checks whether the specified code page character range is considered functional (see Os2CodePageRange).
    Syntax
    'Declaration
     
    Public Function TestCodePageRange( _
       ByVal codePageRangeIndex As System.Integer _
    ) As System.Boolean
    public System.bool TestCodePageRange( 
       System.int codePageRangeIndex
    )

    Parameters

    codePageRangeIndex
    Index of the range (between 0 and 63).

    Return Value

    true if the specified code page character range is considered functional, false otherwise.
    See Also