Check if the given name exists in the current collection.

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

Syntax

C#
public bool Exists(
	string name
)
Visual Basic
Public Function Exists ( _
	name As String _
) As Boolean

Parameters

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

Return Value

True if found, false otherwise

See Also