PdfDocument.CreateSubmitFormAction Method (Uri, Boolean)

Creates a new PdfSubmitFormAction with specified properties.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSubmitFormAction CreateSubmitFormAction(
	Uri uri,
	bool sendEmptyFields
)
VB
Public Function CreateSubmitFormAction ( 
	uri As Uri,
	sendEmptyFields As Boolean
) As PdfSubmitFormAction

Parameters

uri
Type: System.Uri
The uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.
sendEmptyFields
Type: System.Boolean
The value indicating whether created action should submit controls without a value.

Return Value

Type: PdfSubmitFormAction
The newly created PdfSubmitFormAction.

See Also