[]
The base abstract class for classes representing a portion of document content associated with a PDF structure tag (element).
public abstract class ContentItemBase : LogicalStructureItem
protected ContentItemBase()
Gets the associated ContentItemBase object.
public ContentItemLink ContentItemLink { get; }
Gets the Element object containing this item.
public Element Element { get; }
Gets the LogicalStructure object owning this item.
public LogicalStructure LogicalStructure { get; }
Gets the Page object where this item is located.
public Page Page { get; }