Aspose::Pdf::Facades::PropertyFlag enum
PropertyFlag enum
Enumeration of possible field flags.
enum class PropertyFlag
Values
Name | Value | Description |
---|---|---|
ReadOnly | 0 | Field is read-only. |
Required | 1 | Field is required. |
NoExport | 2 | Field is not exportable. |
InvalidFlag | 3 | Invalid field flag. |
See Also
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++