[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.ContentItemLink

Class ContentItemLink

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

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
Inheritance
object
ContentItemLink
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

protected ContentItemLink()

Properties

Gets the StructElement owning this object.

public StructElement StructElement { get; }

Property Value

StructElement