Removes the JavaScript object with the given name.

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

Syntax

C#
public void Remove(
	string name
)
Visual Basic
Public Sub Remove ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name to remove.

Remarks

Nothing happens when the name cannot be found.

The name is case sensitive.

See Also