PdfDocument.AllowAccessibility Property
In This Article
Indicates whether copying or extracting text and graphics from the document is allowed (in support of accessibility to users with disabilities or for other purposes).
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if copying or extracting text and graphics from the document is allowed; otherwise false. |
See Also