PDFKit.NET 2.0 Class Library (.NET 2.0)

JavaScriptCollection.Exists Method 

Check if the given name exists in the current collection.

public bool Exists(
   string name
);

Parameters

name
The script name to check.

Return Value

True if found, false otherwise

See Also

JavaScriptCollection Class | TallComponents.PDF.JavaScript Namespace