MarkedContent
Class
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:
Inherited Members
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:
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: