Click or drag to resize

PdfSubmitAction Constructor

Creates a new instance of the PdfSubmitAction class with URL to submit the form data

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfSubmitAction(
	string url
)

Parameters

url
Type: SystemString
The URL to where this form data is submitted
See Also