Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Actions
SubmitModel Class
The submit form action send form data (containing field values) to a URL in a specified format.
csharp
public class SubmitModel : TallComponents.UnoPdf.Client.Models.Pdf.Actions.ActionModel
Inheritance System.Object 🡒 ActionModel 🡒 SubmitModel
Properties | |
---|---|
AllFields | Weather to submit all fields in the document |
ConvertDates | If true, submit dates using the format 'D:yyyymmdd' (without the quotes) |
Fields | Specific fields to submit |
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. |