Click or drag to resize
PropertyFlag Enumeration
Enumeration of possible field flags.

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum PropertyFlag
Members
  Member nameValueDescription
ReadOnly0 Field is read-only.
Required1 Field is required.
NoExport2 Field is not exportable.
InvalidFlag3 Invalid field flag.
See Also