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

PdfDocument.AllowAccessibility Property

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.v18.2.Core.dll

Declaration

public bool AllowAccessibility { get; }

Property Value

Type Description
Boolean

true, if copying or extracting text and graphics from the document is allowed; otherwise false.

See Also