Click or drag to resize

ActionCreateSubmitForm Method

Creates a new 'SubmitForm'action. A submit-form action transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a Web server that will process them and send back a response.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Action CreateSubmitForm(
	FileSpec url
)

Parameters

url
Type: pdftron.PDFFileSpec
A URL file specification giving the uniform resource locator (URL) of the script at the Web server that will process the submission.

Return Value

Type: Action
the action
See Also