Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable Class / CharSet Property

In This Topic
    CharSet Property
    In This Topic
    Gets the charset array (GID to SID mapping, or GID to CID for CID-key fonts).
    Syntax
    'Declaration
     
    Public ReadOnly Property CharSet As System.UShort()
    public System.ushort[] CharSet {get;}
    See Also