Submit Form Action Flag
Flags specifying various characteristics of form submit action.
Entries
Treat fieldNames as an exclusion list instead of the default inclusion list.
Submit target fields even if they currently have no value.
Submit data using HTML Form encoding instead of FDF (ignored with SUBMIT_PDF or XFDF).
Use HTTP GET instead of POST. Only meaningful together with EXPORT_FORMAT.
Include the click coordinates that triggered the action (requires EXPORT_FORMAT).
Submit field data as XFDF. Mutually exclusive with SUBMIT_PDF.
Include incremental saves from the document when sending FDF data (FDF-only).
Include all annotations from the document when sending FDF data (FDF-only).
Submit the entire document as application/pdf, ignoring every flag except GET_METHOD.
Convert submitted date values to the canonical PDF date format.
Only include annotations created by the current user (FDF-only).
Embed the source PDF as an attached file stream in the submission (FDF-only).
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.