Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructTreeRoot Class / RoleMap Property

In This Topic
    RoleMap Property
    In This Topic
    Gets the dictionary that maps the names of structure types used in a document to their approximate equivalents in the set of standard structure types. See PDF specification for details.
    Syntax
    'Declaration
     
    Public ReadOnly Property RoleMap As System.Collections.Generic.IDictionary(Of String,String)
    public System.Collections.Generic.IDictionary<string,string> RoleMap {get;}
    See Also