Skip to main content

PdfDocument.AllowDataExtraction Property

Indicates whether data extraction is allowed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v26.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool AllowDataExtraction { get; }

Property Value

Type Description
Boolean

true, if data extraction is allowed; otherwise false.

See Also