Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontType0 Class / Encoding Property

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