Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text.CMap Namespace / CMapBase Class / IsPredefined Property

In This Topic
    IsPredefined Property
    In This Topic
    Gets a value indicating whether the CMap is predefined and is specified by name in a PDF file.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPredefined As System.Boolean
    public System.bool IsPredefined {get;}
    See Also