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