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.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class MarkedContent : ContentElementBase, IContainerElement, IFixedDocumentElement, IStructuralElement
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
|
ContentElementCollection
|
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
|
StructureElement
|