Back to Devexpress

PdfDocument.AllowAccessibility Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-d6255075.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool AllowAccessibility { get; }
vb
Public ReadOnly Property AllowAccessibility As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace