Click or drag to resize

NameTreeErase Method (Byte)

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

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

Parameters

key
Type: SystemByte
A data buffer representing the key of the entry to be removed.
See Also