Create a new named NamedJavaScript object, with defined code.
Namespace: TallComponents.PDF.Layout.JavaScriptAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public NamedJavaScript( string name, string script ) |
| Visual Basic |
|---|
Public Sub New ( _ name As String, _ script As String _ ) |
Parameters
- name
- Type: System..::..String
The name for this named java script.
- script
- Type: System..::..String
The java script to assign.