[]
Represents the logical structure of a document.
public class StructTreeRoot : PdfDictWrapper, IPdfDict
Gets the collection of nested StructElement objects.
This collection is a wrapper around the Items collection that iterates only over its elements of the type StructElement.
public StructElementCollection Children { get; }
Gets the dictionary that maps name objects designating attribute classes to the corresponding attribute objects or arrays of attribute objects.
public IDictionary<string, AttrCollection> ClassMap { get; }
Gets the GcPdfDocument object that owns this object.
public GcPdfDocument Doc { get; }
Gets the collection of nested StructTreeItem objects.
public StructTreeItemCollection Items { get; }
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.
public IDictionary<string, string> RoleMap { get; }
Clears the collections of the StructTreeRoot: Items, ClassMap, RoleMap.
public void Clear()