FillFormsPermission Property
In This Topic
Permission to fill the form fields. The default value is true.
If you want to prevent a user from filling in interactive form fields, you need to set ModifyAnnotationsPermission = false as well.
Syntax
public System.bool FillFormsPermission {get; set;}
See Also