Method Remove
Namespace TallComponents.PDF.Navigation
Class InternalDestinationCollection
Removes the Destination object with the given name.
Nothing happens when the name cannot be found.
The name is case sensitive.
Syntax
public Void Remove(String name)
Returns
Void
Parameters
String
name
The name to remove.