Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.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