SubmitFormAction Properties
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The SubmitFormAction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanonicalDateTimeFormat |  Gets or sets a value indicating whether date and time have canonical format. Remarks  | |
| ExcludeNonUserAnnotations |  Gets or sets a value indicating whether to exclude non-user annotations from the submitted data stream. Remarks  | |
| Fields |  Gets the fields.  | |
| Include |  Gets or sets a value indicating whether fields contained in the Fields collection will be included for submitting. Remarks  | |
| IncludeAnnotations |  Gets or sets a value indicating whether to submit annotations. If set true, the submitted FDF file includes all markup annotations in the underlying PDF document. Remarks  | |
| IncludeIncrementalUpdates |  Gets or sets a value indicating whether to submit the form's incremental updates. If set true, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document. Remarks  | |
| IncludeNoValueFields |  Gets or sets a value indicating whether to submit fields without a value. Remarks  | |
| Next |  Gets the sequence of actions to be performed after the action represented by this instance. (Inherited from Action.) | |
| SubmitCoordinates |  Gets or sets a value indicating whether to submit mouse pointer coordinates. If set true, the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data. The coordinate values are relative to the upper-left corner of the field’s widget annotation rectangle. Remarks  | |
| SubmitFormat |  Gets or sets the submit format.  | |
| SubmitMethod |  Gets or sets the submit method.  | |
| Type |  Gets the Bytescout.PDF.ActionType value that specifies the type of this action. (Overrides ActionType.) | |
| URL |  Gets the uniform resource identifier (URI) of the script at the Web server that will process the submission.  | 
See Also