Skip to main content
All docs
V26.1
  • PdfSignatureOptions.AccessibleDescription Property

    Specifies the description of an element used by assistive technologies.

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v26.1.Core.dll

    Declaration

    [DefaultValue("")]
    public string AccessibleDescription { get; set; }

    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
    .SignatureOptions .AccessibleDescription

    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.

    AccessibleDescription property in Properties window

    The following image displays the result:

    PDF signature with accessible description

    See Also