Form-fields-related usage rights.

Namespace: TallComponents.PDF
Assembly: 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 nameValueDescription
None0 None of the usage rights are enabled.
Unknown1 The uage rights are unknown (the rights are saved by an unknown version)
FillIn2 Permits the user to save a document on which form fill-in has been done.
Import4 Permits the user to import form data (FDF, XFDF and text (CSV/TVS) formats only).
Export8 Permits the user to export form data (FDF and XFDF formats only).
SubmitStandalone16 Permits the user to submit data when the document is not open in a web browser.
SpawnTemplate32 Permits new pages to be instanciated from named page templates.
BarcodePlaintext64 Permits text form field data to be encoded in a 2D barcode.
Online128 Permits the use of forms-specific online meganisms (like SOAP or Active Data Objects).
ModifySignatures256 Permits a user to apply a digital signature to an existing signature form field or clear a signed signature field.

See Also