Method CreateSubmitFormAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateSubmitFormAction(Uri)
Creates a new PdfSubmitFormAction with specified properties.
public PdfSubmitFormAction CreateSubmitFormAction(Uri uri)
Parameters
uri
UriThe uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.
Returns
- PdfSubmitFormAction
The newly created PdfSubmitFormAction.
CreateSubmitFormAction(Uri, bool)
Creates a new PdfSubmitFormAction with specified properties.
public PdfSubmitFormAction CreateSubmitFormAction(Uri uri, bool sendEmptyFields)
Parameters
uri
UriThe uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.
sendEmptyFields
boolThe value indicating whether created action should submit controls without a value.
Returns
- PdfSubmitFormAction
The newly created PdfSubmitFormAction.
CreateSubmitFormAction(Uri, bool, PdfSubmitFormat)
Creates a new PdfSubmitFormAction with specified properties.
public PdfSubmitFormAction CreateSubmitFormAction(Uri uri, bool sendEmptyFields, PdfSubmitFormat submitFormat)
Parameters
uri
UriThe uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.
sendEmptyFields
boolThe value indicating whether created action should submit controls without a value.
submitFormat
PdfSubmitFormatThe submit format that created action should use.
Returns
- PdfSubmitFormAction
The newly created PdfSubmitFormAction.