Form-fields-related usage rights.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum FormFieldsUsageRights |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FormFieldsUsageRights |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the usage rights are enabled. | |
| Unknown | 1 | The uage rights are unknown (the rights are saved by an unknown version) | |
| FillIn | 2 | Permits the user to save a document on which form fill-in has been done. | |
| Import | 4 | Permits the user to import form data (FDF, XFDF and text (CSV/TVS) formats only). | |
| Export | 8 | Permits the user to export form data (FDF and XFDF formats only). | |
| SubmitStandalone | 16 | Permits the user to submit data when the document is not open in a web browser. | |
| SpawnTemplate | 32 | Permits new pages to be instanciated from named page templates. | |
| BarcodePlaintext | 64 | Permits text form field data to be encoded in a 2D barcode. | |
| Online | 128 | Permits the use of forms-specific online meganisms (like SOAP or Active Data Objects). | |
| ModifySignatures | 256 | Permits a user to apply a digital signature to an existing signature form field or clear a signed signature field. |