Skip to content

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
AllFieldsWeather to submit all fields in the document
ConvertDatesIf true, submit dates using the format 'D:yyyymmdd' (without the quotes)
FieldsSpecific fields to submit
HttpMethodThe http method specifies how to submit to the server.
IncludeEmptyFieldsFields without a value should be submitted also.
SubmitFormatThe submit format specifies what to submit to the server.
UrlThe uniform resource locator (url) for this submit form action.