StructTreeRoot

StructTreeRoot

Overview

StructTreeRoot is a class in Aspose.PDF FOSS for .NET.

Read-only view of a tagged document’s structure-tree root (/StructTreeRoot).

Properties: Children, RoleMap.

Properties

NameTypeAccessDescription
ChildrenIReadOnlyList<StructTreeElement>ReadTop-level structure elements directly under the root.
RoleMapIReadOnlyDictionary<string, string>ReadThe role map (/RoleMap) that maps custom roles to standard types.

See Also