Interface IAccessibleElement
A layout element which has accessibility properties.
public interface IAccessibleElement
Remarks
A layout element which has accessibility properties. They define element's role ( GetRole() ) - the name that will be used to tag the element if it is added to a Tagged PDF document. They can also define other metadata for the tag.
Methods
GetAccessibilityProperties()
Gets the accessibility properties.
AccessibilityProperties GetAccessibilityProperties()
Returns
- AccessibilityProperties
an interface that allows to specify properties of a tagged element in Tagged PDF.
Remarks
Gets the accessibility properties . See also IAccessibleElement.