Creates a PDF form submit action

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfSubmitFormAction(
	string url
)
Visual Basic
Public Sub New ( 
	url As String
)
Visual C++
public:
PdfSubmitFormAction(
	String^ url
)

Parameters

url
Type: System..::..String
The URL of the script at the Web server that will process the submission

See Also