A newer version of this page is available.
Switch to the current version.
PdfPermissionsOptions.EnableScreenReaders Property
Specifies the permissions for screen readers access to the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(true)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool EnableScreenReaders { get; set; }
<DefaultValue(True)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property EnableScreenReaders As Boolean
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:
Show 12 property paths
See Also
Feedback