Check if the given name exists in the current collection.

Namespace: TallComponents.PDF.Layout.JavaScript
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

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