New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class MarkedContent : ContentElementBase, IContainerElement, IFixedDocumentElement, IStructuralElement

Inheritance: objectFixedDocumentElementBaseContentElementBaseMarkedContent

Implements: IContainerElementIFixedDocumentElementIStructuralElement

Inherited Members ContentElementBase.ClippingFixedDocumentElementBase.Parent

Constructors

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

C#
public MarkedContent()

Properties

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

C#
public ContentElementCollection Content { get; }

Implements: IContainerElement.Content

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

C#
public StructureElement StructureTag { get; set; }

Implements: IStructuralElement.StructureTag