Documents for PDF, .NET Edition Documentation
ClassMap Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace > StructTreeRoot Class : ClassMap Property
Gets the dictionary that maps name objects designating attribute classes to the corresponding attribute objects or arrays of attribute objects.
Syntax
'Declaration
 
Public ReadOnly Property ClassMap As System.Collections.Generic.IDictionary(Of String,AttrCollection)
public System.Collections.Generic.IDictionary<string,AttrCollection> ClassMap {get;}
See Also

Reference

StructTreeRoot Class
StructTreeRoot Members