PdfSignatureOptions.AccessibleDescription Property
Specifies the description of an element used by assistive technologies.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | The textual description of an element. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AccessibleDescription |
|---|---|
| PdfExportOptions |
|
Remarks
You can specify an accessible description for a digital signature to improve the accessibility of exported PDF documents. Use the AccessibleDescription property to define a description for the document signature when the document is exported as an accessible PDF (PdfExportOptions.PdfUACompatibility is set to PdfUA1). For regular PDF export, no accessibility description is added.

The following image displays the result:

See Also