[]
Abstract base class representing an item in a StructTreeRoot. Derived classes are StructElement and ContentItemLink.
public abstract class StructTreeItem : PdfWrapperBase, IOwnedObject
protected StructTreeItem()
Gets the GcPdfDocument owning this object.
public GcPdfDocument Doc { get; }
Gets the StructTreeItemCollection containing this object.
public StructTreeItemCollection Owner { get; }
Gets the root StructTreeRoot object.
public StructTreeRoot StructTreeRoot { get; }