Enumerates Field Flags'definitions which define what type of operation can be done on the field.
Members
| Member Name | Description | Value |
| ReadOnly | If set,the user may not change the value of the field. | 1 |
| Required | If set,the field must have a value at the time it is exported by a submit-form field. | 2 |
| NoExport | If set, the field must not be exported by a submit-form action. | 4 |
| InvalidFlag | Invalid flag. | 0 |
Requirements
Namespace: Aspose.Pdf.Kit
Assembly: Aspose.Pdf.Kit (in Aspose.Pdf.Kit.dll)
See Also
Aspose.Pdf.Kit Namespace