[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.ContentItemBase

Class ContentItemBase

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

The base abstract class for classes representing a portion of document content associated with a PDF structure tag (element).

public abstract class ContentItemBase : LogicalStructureItem
Inheritance
object
ContentItemBase
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ContentItemBase()

protected ContentItemBase()

Properties

Gets the associated ContentItemBase object.

public ContentItemLink ContentItemLink { get; }

Property Value

ContentItemLink

Element

Gets the Element object containing this item.

public Element Element { get; }

Property Value

Element

LogicalStructure

Gets the LogicalStructure object owning this item.

public LogicalStructure LogicalStructure { get; }

Property Value

LogicalStructure

Page

Gets the Page object where this item is located.

public Page Page { get; }

Property Value

Page