PdfPermissions.FillFormFields Property

Gets or sets a value indicating whether user is allowed to fill in existing interactive form fields (including signature fields).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool FillFormFields { get; set; }
VB
Public Property FillFormFields As Boolean
	Get
	Set

Property Value

Type: Boolean
true if user is allowed to fill in existing interactive form fields (including signature fields); otherwise, false.

See Also