Check if the given name exists in the current collection.
Namespace: TallComponents.PDF.Layout.JavaScriptAssembly: 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.