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