ClassMarkedContent
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:
public class MarkedContent : ContentElementBase, IContainerElement, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseContentElementBaseMarkedContent
Implements:
Inherited Members
Constructors
MarkedContent()
Creates a marked content sequence initialized with the default artifact tag.
Declaration
public MarkedContent()
Properties
Content
Gets the collection of child content elements that belong to this marked content sequence.
Declaration
public ContentElementCollection Content { get; }
Property Value
Implements
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
public StructureElement StructureTag { get; set; }
Property Value
Implements