The JavaScript associated with the given index.

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

Syntax

C#
public JavaScript this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As JavaScript
	Get

Parameters

index
Type: System..::..Int32
The zero-base index.

Return Value

A JavaScript object with the JavaScript code in it.

See Also