Click or drag to resize

NumberTreeErase Method (Int32)

Removes the specified object from the tree. Does nothing if no object with that number exists.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Erase(
	int key
)

Parameters

key
Type: SystemInt32
A number representing the key of the entry to be removed.
See Also