Create a new JavaScript object, with the given code.
Namespace: TallComponents.PDF.JavaScriptAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public JavaScript( string javaScriptCode ) |
| Visual Basic |
|---|
Public Sub New ( _ javaScriptCode As String _ ) |
Parameters
- javaScriptCode
- Type: System..::..String
The initial javascript code.