The IAccessibilitySettings interface allows the user interface to align with established accessibility standards such as WCAG. This interface can be obtained using the ISettings.Accessibility property.

Table 1. Properties

PropertyValue TypeAccessDefault valueProperty description
EnabledboolRead/WriteFalseEnables accessibility mode for the converted presentation.
LanguageCodestringRead/WriteenEnables accessibility features based on the language of the presentation, ensuring proper language support.
ReverseReadingOrderboolRead/WriteFalseEnables the system to read elements on the slide in reverse order while in accessibility mode. 

Table 2. Methods

MethodMethod Description
void Reset()Restores default accessibility settings.