public class PdfAccessibilityProperties| PdfAccessibilityProperties | Initializes a new instance of the PdfAccessibilityProperties class |
| ActualText | Replacement text (PDF /ActualText) used by screen readers in place of the rendered content |
| AlternateText | Alternate description (PDF /Alt) read by screen readers when the content cannot be reproduced. Required for Figure in PDF/UA |
| CustomRole | Custom non-standard structure role registered in the document /RoleMap. Takes precedence over StructureType when set |
| CustomRoleMappedTo | Standard structure type that CustomRole maps to in /RoleMap |
| Expansion | Expansion text for an abbreviation or acronym (PDF /E) |
| Language | Natural language tag (PDF /Lang) overriding the document language. Values follow BCP 47, such as "en-US" |
| StructureType | PDF structure role for this element. Null means use the element-specific default |
| Title | Short title describing the element (PDF /T) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |