Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontType0 Class / EncodingTable Property

In This Topic
    EncodingTable Property
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Text.CMap.CMapTable object that maps character codes to font numbers and CIDs.
    Syntax
    'Declaration
     
    Public ReadOnly Property EncodingTable As CMapTable
    public CMapTable EncodingTable {get;}
    See Also