[]
Abstract base class for types representing a content item in a PDF document's structure tree. Each ContentItemLink is associated with a document object that supports the IContentItem interface, typically it is Page, AnnotationBase, FormXObject etc.
public abstract class ContentItemLink : StructTreeItem, IOwnedObject
protected ContentItemLink()
Gets the StructElement owning this object.
public StructElement StructElement { get; }