SubmitFormAction Class |
Namespace: Aspose.Pdf.Annotations
The SubmitFormAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubmitFormAction |
Initializes SubmitFormAction object.
|
Name | Description | |
---|---|---|
![]() | Flags |
Gets or sets flagas of submit action
|
![]() | Next |
Next actions in sequence.
(Inherited from PdfAction.) |
![]() | Url |
Destination URL.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | CanonicalFormat |
If set, any submitted field values representing dates shall be converted to the standard format.
|
![]() ![]() | EmbedForm |
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.
|
![]() ![]() | ExclFKey |
If set, the submitted FDF shall exclude the F entry.
|
![]() ![]() | ExclNonUserAnnots |
If set, it shall include only those markup annotations whose T entry matches the name of the current user.
|
![]() ![]() | Exclude |
If clear, the Fields array specifies which fields to include in the submission.
|
![]() ![]() | ExportFormat |
If set, field names and values shall be submitted in HTML Form format.
|
![]() ![]() | GetMethod |
If set, field names and values shall be submitted using an HTTP GET request.
|
![]() ![]() | IncludeAnnotations |
If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document.
|
![]() ![]() | IncludeAppendSaves |
If set, the submitted FDF file shall include the contents of all incremental updates.
|
![]() ![]() | IncludeNoValueFields |
If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted.
|
![]() ![]() | SubmitCoordinates |
If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.
|
![]() ![]() | SubmitPdf |
If set, the document shall be submitted as PDF, using the MIME content type application/pdf.
|
![]() ![]() | Xfdf |
If set, field names and values shall be submitted as XFDF.
|