PdfDocument.CreateSubmitFormAction Method (Uri, Boolean, PdfSubmitFormat)

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfDocument Class > PdfDocument Methods > CreateSubmitFormAction Method > CreateSubmitFormAction Method (Uri, Boolean, PdfSubmitFormat)
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,
	PdfSubmitFormat submitFormat
)
VB
Public Function CreateSubmitFormAction ( 
	uri As Uri,
	sendEmptyFields As Boolean,
	submitFormat As PdfSubmitFormat
) 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.
submitFormat
Type: BitMiracle.Docotic.Pdf.PdfSubmitFormat
The submit format that created action should use.

Return Value

Type: PdfSubmitFormAction
The newly created PdfSubmitFormAction.

See Also