PdfSubmitAction class

Represents PDF form's submit action.submit action allows submission of data that is entered in the PDF form

Inheritance

Constructors

PdfSubmitAction(String url, {HttpMethod httpMethod = HttpMethod.post, SubmitDataFormat dataFormat = SubmitDataFormat.fdf, bool canonicalDateTimeFormat = false, bool submitCoordinates = false, bool includeNoValueFields = false, bool includeIncrementalUpdates = false, bool includeAnnotations = false, bool excludeNonUserAnnotations = false, bool embedForm = false, bool include = false, List<PdfField>? fields})
Initializes a new instance of the PdfSubmitAction class with URL to submit the form data

Properties

canonicalDateTimeFormat ↔ bool
If set, any submitted field values representing dates are converted to the standard format.
getter/setter pair
dataFormat ↔ SubmitDataFormat
Gets or sets the SubmitDataFormat.
getter/setter pair
embedForm ↔ bool
Gets or sets a value indicating whether to include form to submit data stream.
getter/setter pair
excludeNonUserAnnotations ↔ bool
Gets or sets a value indicating whether to exclude non user annotations form submit data stream.
getter/setter pair
fields → PdfFormFieldCollection
Gets the fields.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
httpMethod ↔ HttpMethod
Gets or sets the HTTP method.
getter/setter pair
include ↔ bool
Gets or sets a value indicating whether fields contained in the fields collection will be included for resetting or submitting.
getter/setter pairinherited-getteroverride-setter
includeAnnotations ↔ bool
Gets or sets a value indicating whether to submit annotations.
getter/setter pair
includeIncrementalUpdates ↔ bool
Gets or sets a value indicating whether to submit form's incremental updates.
getter/setter pair
includeNoValueFields ↔ bool
Gets or sets a value indicating whether to submit fields without value.
getter/setter pair
next ↔ PdfAction?
Gets the next action to be performed after the action represented by this instance.
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
submitCoordinates ↔ bool
Gets or sets a value indicating whether to submit mouse pointer coordinates.
getter/setter pair
url → String
Gets an Url address where the data should be transferred.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited