The properties of the SubmitFormAction class are listed below. For a complete list of SubmitFormAction class members, see the SubmitFormAction Members topic.
AllFields (inherited from FormAction) | All fields in the document. |
ConvertDatesToStandardFormat | When submitting all fields which contains a date are converted to a predefined format, otherwise the value is submitted as-is (aka how the user entered the data). |
Fields (inherited from FormAction) | The fields used in this form action. |
HttpMethod | The http method specifies how to submit to the server. |
IncludeEmptyFields | Fields without a value should be submitted also. |
SubmitFormat | The submit format specifies what to submit to the server. |
Url | The uniform resource locator (url) for this submit form action. |
SubmitFormAction Class | TallComponents.PDF.Actions Namespace