PdfSubmitFormAction.Uri Property

Gets or sets the uniform resource identifier (URI) of the script at the Web server that will process the submission.

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

Syntax

C#
public Uri Uri { get; set; }
VB
Public Property Uri As Uri
	Get
	Set

Property Value

Type: Uri
The uniform resource identifier (URI) of the script at the Web server that will process the submission.

See Also