SubmitFormAction Class
Class which describes submit-form action.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class SubmitFormAction : PdfAction

The SubmitFormAction type exposes the following members.

Constructors
  NameDescription
Public methodSubmitFormAction
Initializes SubmitFormAction object.
Properties
  NameDescription
Public propertyFlags
Gets or sets flagas of submit action
Public propertyNext
Next actions in sequence.
(Inherited from PdfAction.)
Public propertyUrl
Destination URL.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberCanonicalFormat
If set, any submitted field values representing dates shall be converted to the standard format.
Public fieldStatic memberEmbedForm
If 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.
Public fieldStatic memberExclFKey
If set, the submitted FDF shall exclude the F entry.
Public fieldStatic memberExclNonUserAnnots
If set, it shall include only those markup annotations whose T entry matches the name of the current user.
Public fieldStatic memberExclude
If clear, the Fields array specifies which fields to include in the submission.
Public fieldStatic memberExportFormat
If set, field names and values shall be submitted in HTML Form format.
Public fieldStatic memberGetMethod
If set, field names and values shall be submitted using an HTTP GET request.
Public fieldStatic memberIncludeAnnotations
If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document.
Public fieldStatic memberIncludeAppendSaves
If set, the submitted FDF file shall include the contents of all incremental updates.
Public fieldStatic memberIncludeNoValueFields
If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted.
Public fieldStatic memberSubmitCoordinates
If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.
Public fieldStatic memberSubmitPdf
If set, the document shall be submitted as PDF, using the MIME content type application/pdf.
Public fieldStatic memberXfdf
If set, field names and values shall be submitted as XFDF.
See Also