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

In This Topic
    Encoding Property (CffTable)
    In This Topic
    Gets the encoding array (for non-CID fonts). It maps 1-byte code to GID.
    Syntax
    'Declaration
     
    Public ReadOnly Property Encoding As System.UShort()
    public System.ushort[] Encoding {get;}
    See Also