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

PdfDocument.AllowFormsFilling Property

Indicates whether interactive form fields filling is allowed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public bool AllowFormsFilling { get; }

Property Value

Type Description
Boolean

true, if interactive form fields filling is allowed; otherwise false.

See Also