Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

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