Skip to main content

PdfPermissionsOptions.EnableScreenReaders Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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