Class
MarkedContent

Container for a sequence of content elements grouped under a single marked‑content tag for tagging, accessibility, or artifact classification in the PDF structure tree.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class MarkedContent : ContentElementBase, IContainerElement, IFixedDocumentElement, IStructuralElement

Inheritance: objectFixedDocumentElementBaseContentElementBaseMarkedContent

Implements: IContainerElementIFixedDocumentElementIStructuralElement

Inherited Members ContentElementBase.ClippingFixedDocumentElementBase.Parent

Constructors

MarkedContent()

Creates a marked content sequence initialized with the default artifact tag.

Declaration

cs-api-definition
public MarkedContent()

Properties

Content

Gets the collection of child content elements that belong to this marked content sequence.

Declaration

cs-api-definition
public ContentElementCollection Content { get; }

Property Value

ContentElementCollection

Implements IContainerElement.Content

StructureTag

Gets or sets the StructureTag used to map this marked content to a semantic structure element; assigning updates the underlying PDF marked‑content tag.

Declaration

cs-api-definition
public StructureElement StructureTag { get; set; }

Property Value

StructureElement

Implements IStructuralElement.StructureTag