Gets o setd the URL of the script at the Web server that will process the submission
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Url { get; set; } |
| Visual Basic |
|---|
Public Property Url As String Get Set |
| Visual C++ |
|---|
public: property String^ Url { String^ get (); void set (String^ value); } |