Class PdfSubmitFormAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a Submit-Form action. A submit-form action transmits the names and values of associated controls to a specified uniform resource identifier (URI), presumably the address of a Web server that will process them and send back a response.
public sealed class PdfSubmitFormAction : PdfControlAction
- Inheritance
-
PdfSubmitFormAction
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- IncludeNoValueControls
Gets or sets a value indicating whether to submit controls without a value.
- SubmitFormat
Gets or sets the submit format.
- SubmitMethod
Gets or sets the submit method.
- Uri
Gets or sets the uniform resource identifier (URI) of the script at the Web server that will process the submission.