PdfDocument.CreateSubmitFormAction Method (Uri)

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
)
VB
Public Function CreateSubmitFormAction ( 
	uri As Uri
) 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.

Return Value

Type: PdfSubmitFormAction
The newly created PdfSubmitFormAction.

See Also