Back to Devexpress

PdfPermissionsOptions.EnableScreenReaders Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfpermissionsoptions-204c0d4c.md

latest1.6 KB
Original Source

PdfPermissionsOptions.EnableScreenReaders Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool EnableScreenReaders { get; set; }
vb
<DefaultValue(True)>
Public Property EnableScreenReaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable screen readers access; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableScreenReaders
PdfPasswordSecurityOptions

.PermissionsOptions .EnableScreenReaders

|

See Also

PdfPermissionsOptions Class

PdfPermissionsOptions Members

DevExpress.XtraPrinting Namespace