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
)
Public Sub Erase (
key As Byte()
)
public:
virtual void Erase(
[InAttribute] array<unsigned char>^ key
) sealed
Parameters
- key
- Type: SystemByte
A data buffer representing the key of the entry to be removed.
See Also