Table of Contents

Interface IAccessibleElement

Namespace
iText.Layout.Tagging
Assembly
itext.layout.dll

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()

AccessibilityProperties GetAccessibilityProperties()

Returns

AccessibilityProperties

an interface that allows to specify properties of a tagged element in Tagged PDF.

Remarks