[]
Represents an action that transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a Web server that will process them and send back a response.
public class ActionSubmitForm : ActionFieldsBase, IPdfDict
| Name | Description |
|---|---|
| ActionSubmitForm() | Initializes a new instance of the ActionSubmitForm. |
| ActionSubmitForm(string) | Initializes a new instance of the ActionSubmitForm. |
| Name | Description |
|---|---|
| CanonicalDateFormat | Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification. |
| FDFFormat | Gets or sets additional flags used if SubmitFormat is FDF. |
| HtmlFormFormat | Gets or sets additional flags used if SubmitFormat is HtmlForm. |
| IncludeFieldsWithNoValue | Gets or sets a value indicating whether the fields without a value should be included in request. |
| PDFFormat | Gets or sets additional flags used if SubmitFormat is PDF. |
| SubmitFormat | Gets or sets the format which should be used in request. |
| URI | Gets or sets the FileSpecification object defining URL of the script at the Web server that will process the submission. |