SubmitAction Constructors

Overloads

SubmitAction(String)Creates a new instance of SubmitAction class.
SubmitAction(String, FormExportFormat)Creates a new instance of SubmitAction class.

SubmitAction(String)

Creates a new instance of SubmitAction class.

public SubmitAction(string url)
Public Sub New (url As String)

Parameters

url
String

URL to which the submit-form action transmits the names and values. By default, field names and values are submitted in HTML Form format. Using a POST request.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

SubmitAction(String, FormExportFormat)

Creates a new instance of SubmitAction class.

public SubmitAction(string url, FormExportFormat exportFormat)
Public Sub New (url As String, exportFormat As FormExportFormat)

Parameters

url
String

URL to which the submit-form action transmits the names and values.

exportFormat
FormExportFormat

Specifies the submit export format type.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

SubmitAction
ceTe.DynamicPDF.PageElements.Forms

In this topic