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.48.0.0 (3.48.0.0)
Syntax public PdfSubmitAction(
string url
)
Public Sub New (
url As String
)
Parameters
- url
- Type: SystemString
The URL to where this form data is submitted
See Also