Link Search Menu Expand Document

SubmitFormAction Properties

The SubmitFormAction type exposes the following members.

Properties
NameDescription
Public propertyCanonicalDateTimeFormat
Gets or sets a value indicating whether date and time have canonical format.
Remarks
If set true, any submitted field values representing dates are converted to the standard format. The interpretation of a form field as a date is not specified explicitly in the field itself but only in the JavaScript code that processes it.
Public propertyExcludeNonUserAnnotations
Gets or sets a value indicating whether to exclude non-user annotations from the submitted data stream.
Remarks
Meaningful only when the SubmitFormat is FDF.
Public propertyFields
Gets the fields.
Public propertyInclude
Gets or sets a value indicating whether fields contained in the Fields collection will be included for submitting.
Remarks
If Include property is true, only the fields in this collection will be submitted. If Include property is false, the fields in this collection are not submitted and only the remaining form fields are submitted. If the collection is empty, then all the form fields are reset and the Include property is ignored. If the field has Export property set to false, it will be not included for submitting in any case.
Public propertyIncludeAnnotations
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
Meaningful only when the SubmitFormat is FDF.
Public propertyIncludeIncrementalUpdates
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
Meaningful only when the SubmitFormat is FDF.
Public propertyIncludeNoValueFields
Gets or sets a value indicating whether to submit fields without a value.
Remarks
If set true, all fields designated by the Fields collection and the Bytescout.PDF.SubmitFormAction are submitted. Include flags are submitted, regardless of whether they have a value. For fields without a value, only the field name is transmitted.
Public propertyNext
Gets the sequence of actions to be performed after the action represented by this instance.
(Inherited from Action.)
Public propertySubmitCoordinates
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
Meaningful only when the SubmitFormat is HTML.
Public propertySubmitFormat
Gets or sets the submit format.
Public propertySubmitMethod
Gets or sets the submit method.
Public propertyType
Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
(Overrides ActionType.)
Public propertyURL
Gets the uniform resource identifier (URI) of the script at the Web server that will process the submission.
Top
See Also

Reference