SubmitFormAction

SubmitFormAction class

Class which describes submit-form action.

The SubmitFormAction type exposes the following members:

Constructors

NameDescription
SubmitFormAction()Initializes SubmitFormAction object.

Properties

NameDescription
nextNext actions in sequence.
flagsGets or sets flagas of submit action
urlDestination URL.
EXCLUDEIf clear, the Fields array specifies which fields to include in the submission.
INCLUDE_NO_VALUE_FIELDSIf set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted.
EXPORT_FORMATIf set, field names and values shall be submitted in HTML Form format.
GET_METHODIf set, field names and values shall be submitted using an HTTP GET request.
SUBMIT_COORDINATESIf set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.
XFDFIf set, field names and values shall be submitted as XFDF.
INCLUDE_APPEND_SAVESIf set, the submitted FDF file shall include the contents of all incremental updates.
INCLUDE_ANNOTATIONSIf set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document.
SUBMIT_PDFIf set, the document shall be submitted as PDF, using the MIME content type application/pdf.
CANONICAL_FORMATIf set, any submitted field values representing dates shall be converted to the standard format.
EXCL_NON_USER_ANNOTSIf set, it shall include only those markup annotations whose T entry matches the name of the current user.
EXCL_F_KEYIf set, the submitted FDF shall exclude the F entry.
EMBED_FORMIf set, the F entry of the submitted FDF shall be a file specification containing an
embedded file stream representing the PDF file from which the FDF is being submitted.

See Also