SubmitFormActionFlag

Flags specifying various characteristics of form submit action.

Entries

Link copied to clipboard

If set, the getFieldNames specifies fields to exclude from submit action. If not set, the getFieldNames specifies which fields to include in the submission.

Link copied to clipboard

If set, the target fields (getFormFieldsAsync) shall be submitted regardless of whether they have a value. If not set, fields without a value shall not be submitted.

Link copied to clipboard

If set, field names and values shall be submitted in HTML Form format. If not set, they shall be submitted in Forms Data format (FDF).

Link copied to clipboard

If set, field names and values shall be submitted using an HTTP GET request. If clear, they shall be submitted using a POST request.

Link copied to clipboard

If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.

Link copied to clipboard

If set, field names and values shall be submitted as XFDF.

Link copied to clipboard

If set, the submitted FDF file shall include the contents of all incremental updates to the underlying PDF document.

Link copied to clipboard

If set, the submitted FDF file shall include all annotations in the underlying PDF document.

Link copied to clipboard

If set, the document shall be submitted as PDF, using the MIME content type application/pdf. If set, all other flags shall be ignored except GET_METHOD.

Link copied to clipboard

If set, any submitted field values representing dates shall be converted to the standard PDF format.

Link copied to clipboard

If set, it form submission data shall include only those annotations whose creator property matches the name of the current user.

Link copied to clipboard

If set, form submission data shall include embedded file stream representing the PDF file from which the data is being submitted.

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. This method may be used to iterate over the constants.