[]
Defines 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
Initializes a new instance of the ActionSubmitForm.
public ActionSubmitForm()
Initializes a new instance of the ActionSubmitForm.
public ActionSubmitForm(string uri)
uri
stringThe URL of the script at the Web server that will process the submission.
Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.
public bool CanonicalDateFormat { get; set; }
Gets or sets additional flags used if SubmitFormat is FDF.
public ActionSubmitForm.FDFFormatFlags FDFFormat { get; set; }
Gets or sets additional flags used if SubmitFormat is HtmlForm.
public ActionSubmitForm.HtmlFormFormatFlags HtmlFormFormat { get; set; }
Gets or sets a value indicating whether the fields without a value should be included in request.
public bool IncludeFieldsWithNoValue { get; set; }
Gets or sets additional flags used if SubmitFormat is PDF.
public ActionSubmitForm.PDFFormatFlags PDFFormat { get; set; }
Gets or sets the format which should be used in request.
public ActionSubmitForm.SubmitFormatType SubmitFormat { get; set; }
Gets or sets the FileSpecification object defining URL of the script at the Web server that will process the submission.
public FileSpecification URI { get; set; }