PdfSubmitAction Class |
Namespace: Spire.Pdf.Actions
The PdfSubmitAction type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfSubmitAction |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
CanonicalDateTimeFormat |
If set, 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.
|
![]() |
DataFormat |
Gets or sets the submit data format.
|
![]() |
EmbedForm |
Gets or sets a value indicating whether to include form to submit data stream.
Meaningful only when the form is being submitted in Forms Data Format.
If set, theproperty is a file name containing an embedded file
stream representing the PDF file from which the FDF is being submitted.
|
![]() |
ExcludeNonUserAnnotations |
Gets or sets a value indicating whether to exclude non user annotations form submit
data stream. Meaningful only when the form is being submitted in Forms Data Format
and theproperty is set to true.
|
![]() |
Fields |
Gets the fields.
(Inherited from
PdfFormAction
.)
|
![]() |
HttpMethod |
Gets or sets the HTTP method.
|
![]() |
Include |
Gets or sets a value indicating whether fields contained in Fields
collection will be included for submitting.
(Overrides
PdfFormAction
Include
.)
|
![]() |
IncludeAnnotations |
Gets or sets a value indicating whether to submit annotations.
Meaningful only when the form is being submitted in Forms Data Format.
If set, the submitted FDF file includes all markup annotations in the
underlying PDF document. If clear, markup annotations are not included.
|
![]() |
IncludeIncrementalUpdates |
Gets or sets a value indicating whether to submit form's incremental updates.
Meaningful only when the form is being submitted in Forms Data Format.
If set, the submitted FDF file includes the contents of all incremental
updates to the underlying PDF document. If clear, the incremental updates are
not included.
|
![]() |
IncludeNoValueFields |
Gets or sets a value indicating whether to submit fields without value.
If set, all fields designated by the Fields collection and the
flag are submitted, regardless of whether they have a value. For fields without a
value, only the field name is transmitted.
|
![]() |
NextAction |
Gets or sets the next action to be performed after the action represented by this instance.
(Inherited from
PdfAction
.)
|
![]() |
SubmitCoordinates |
Gets or sets a value indicating whether to submit mouse pointer coordinates. If set,
the coordinates of the mouse click that caused the submit-form action are transmitted
as part of the form data.
|
![]() |
Url |
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
Initialize | (Overrides PdfAction Initialize .) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|