Documents for PDF, .NET Edition Documentation
RoleMap Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace > StructTreeRoot Class : RoleMap Property
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

Reference

StructTreeRoot Class
StructTreeRoot Members