[]
Represents the logical structure of a document.
public class StructTreeRoot : PdfDictWrapper, IPdfDict
| Name | Description |
|---|---|
| Children | 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. |
| ClassMap | Gets the dictionary that maps name objects designating attribute classes to the corresponding attribute objects or arrays of attribute objects. |
| Doc | Gets the GcPdfDocument object that owns this object. |
| Items | Gets the collection of nested StructTreeItem objects. |
| RoleMap | 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. |
| Name | Description |
|---|---|
| Clear() | Clears the collections of the StructTreeRoot: Items, ClassMap, RoleMap. |