PdfSubmitFormAction Constructor

Creates a PDF form submit action

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfSubmitFormAction(
	string url
)

Parameters

url  String
The URL of the script at the Web server that will process the submission

See Also