Interface IStructuralElement
Interface for content elements that can be linked to a semantic structure element in the tagged PDF tree.
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IStructuralElement
Properties
StructureTag
Gets or sets the StructureTag that semantically classifies this element within the document structure tree.
Declaration
StructureElement StructureTag { get; set; }
Property Value
|
StructureElement
|