Class SubmitFormAction
Class which describes submit-form action.
public sealed class SubmitFormAction : PdfAction
Constructors
Properties
Name | Description |
---|
Flags { get; set; } | Gets or sets flagas of submit action |
Next { get; } | Next actions in sequence. |
Url { get; set; } | Destination URL. |
Methods
Fields
Name | Description |
---|
const CanonicalFormat | If set, any submitted field values representing dates shall be converted to the standard format. |
const 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. |
const ExclFKey | If set, the submitted FDF shall exclude the F entry. |
const ExclNonUserAnnots | If set, it shall include only those markup annotations whose T entry matches the name of the current user. |
const Exclude | If clear, the Fields array specifies which fields to include in the submission. |
const ExportFormat | If set, field names and values shall be submitted in HTML Form format. |
const GetMethod | If set, field names and values shall be submitted using an HTTP GET request. |
const IncludeAnnotations | If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document. |
const IncludeAppendSaves | If set, the submitted FDF file shall include the contents of all incremental updates. |
const IncludeNoValueFields | If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted. |
const SubmitCoordinates | If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data. |
const SubmitPdf | If set, the document shall be submitted as PDF, using the MIME content type application/pdf. |
const Xfdf | If set, field names and values shall be submitted as XFDF. |
See Also