Back to Devexpress

XRWatermark.ImageAccessibleDescription Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrwatermark.md

latest1.8 KB
Original Source

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

csharp
public string ImageAccessibleDescription { get; set; }
vb
Public Property ImageAccessibleDescription As String

Property Value

TypeDescription
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

XRWatermark Class

XRWatermark Members

DevExpress.XtraReports.UI Namespace