SubmitFormActionFlag

Flags specifying various characteristics of form submit action.

Entries

Link copied to clipboard

Treat fieldNames as an exclusion list instead of the default inclusion list.

Link copied to clipboard

Submit target fields even if they currently have no value.

Link copied to clipboard

Submit data using HTML Form encoding instead of FDF (ignored with SUBMIT_PDF or XFDF).

Link copied to clipboard

Use HTTP GET instead of POST. Only meaningful together with EXPORT_FORMAT.

Link copied to clipboard

Include the click coordinates that triggered the action (requires EXPORT_FORMAT).

Link copied to clipboard

Submit field data as XFDF. Mutually exclusive with SUBMIT_PDF.

Link copied to clipboard

Include incremental saves from the document when sending FDF data (FDF-only).

Link copied to clipboard

Include all annotations from the document when sending FDF data (FDF-only).

Link copied to clipboard

Submit the entire document as application/pdf, ignoring every flag except GET_METHOD.

Link copied to clipboard

Convert submitted date values to the canonical PDF date format.

Link copied to clipboard

Only include annotations created by the current user (FDF-only).

Link copied to clipboard

Embed the source PDF as an attached file stream in the submission (FDF-only).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.