Form-fields-related usage rights.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | None of the usage rights are enabled. | 0 |
| Unknown | The uage rights are unknown (the rights are saved by an unknown version) | 1 |
| FillIn | Permits the user to save a document on which form fill-in has been done. | 2 |
| Import | Permits the user to import form data (FDF, XFDF and text (CSV/TVS) formats only). | 4 |
| Export | Permits the user to export form data (FDF and XFDF formats only). | 8 |
| SubmitStandalone | Permits the user to submit data when the document is not open in a web browser. | 16 |
| SpawnTemplate | Permits new pages to be instanciated from named page templates. | 32 |
| BarcodePlaintext | Permits text form field data to be encoded in a 2D barcode. | 64 |
| Online | Permits the use of forms-specific online meganisms (like SOAP or Active Data Objects). | 128 |
| ModifySignatures | Permits a user to apply a digital signature to an existing signature form field or clear a signed signature field. | 256 |
Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)