PDFKit.NET 2.0 Class Library (.NET 2.0)

JavaScriptCollection.Remove Method 

Removes the JavaScript object with the given name.

public void Remove(
   string name
);

Parameters

name
The name to remove.

Remarks

Nothing happens when the name cannot be found.

The name is case sensitive.

See Also

JavaScriptCollection Class | TallComponents.PDF.JavaScript Namespace