PdfPermissionsInfo.FillFormFields Property

Gets a value indicating whether it 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; }
VB
Public ReadOnly Property FillFormFields As Boolean
	Get

Property Value

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

See Also