XRWatermark.ImageAccessibleDescription Property
Specifies the description of an image watermark (XRWatermark) used by assistive technologies.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
| Type | Description |
|---|---|
| String | The description of a control. |
Remarks
Use the ImageAccessibleDescription property to specify text that the screen reader pronounces. When you export a report to PDF, this property helps ensure that the output conforms to the PDF/UA standard. Note that the ImageAccessibleDescription property has no effect if XRWatermark.ImageAccessibleRole is not specified.
In the exported PDF, the description appears as the element’s alternate text in the document’s structure tree:

See Also