Overview
PropertyFlag is a enum in Aspose.PDF FOSS for .NET.
Attribute flags applied to a form field via SetFieldAttribute.
This enumeration defines 4 values: InvalidFlag, ReadOnly, Required, NoExport.
Values
| Value | Description |
|---|
InvalidFlag | |
ReadOnly | |
Required | |
NoExport | |
See Also