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

In This Topic
    ClassMap Property
    In This Topic
    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