Skip to main content
A newer version of this page is available. .

PdfPermissionsOptions.EnableScreenReaders Property

Specifies the permissions for screen readers access to the exported PDF document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[DefaultValue(true)]
public bool EnableScreenReaders { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable screen readers access; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableScreenReaders
PdfPasswordSecurityOptions
.PermissionsOptions.EnableScreenReaders
See Also