[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructTreeItem

Class StructTreeItem

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Abstract base class representing an item in a StructTreeRoot. Derived classes are StructElement and ContentItemLink.

public abstract class StructTreeItem : PdfWrapperBase, IOwnedObject
Inheritance
object
StructTreeItem
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

StructTreeItem()

protected StructTreeItem()

Properties

Doc

Gets the GcPdfDocument owning this object.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Owner

Gets the StructTreeItemCollection containing this object.

public StructTreeItemCollection Owner { get; }

Property Value

StructTreeItemCollection

StructTreeRoot

Gets the root StructTreeRoot object.

public StructTreeRoot StructTreeRoot { get; }

Property Value

StructTreeRoot