XEncryption CanFillForms Property. Whether a user can fill forms in the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] bool

[Visual Basic]
Boolean
true No Whether a user can fill forms in the document.

 

   

Notes
 

This property determines if people who supply the user password can fill forms in the document.

Filling forms is defined as filling in existing interactive form fields including signature fields. This is allowed even if the CanEdit property is set to false.

This property is only applied if the Type is set to 2 or higher.

 

   

Example
 

See the Doc.Encryption property.