The JavaScript associated with the given name.

Namespace: TallComponents.PDF.JavaScript
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public JavaScript this[
	string name
] { get; set; }
Visual Basic
Public Default Property Item ( _
	name As String _
) As JavaScript
	Get
	Set

Parameters

name
Type: System..::..String
The script name.

Return Value

A JavaScript object with the JavaScript code in it, nullNothingnullptra null reference (Nothing in Visual Basic) if the name cannot be found.

Remarks

Setting a JavaScript with an existing name, will override the existing item.

The name is case sensitive, you may use ASCII character only.

See Also