Click or drag to resize

NumberTreeErase Method (NumberTreeIterator)

Removes the NumberTree entry pointed by the iterator.

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

Parameters

pos
Type: pdftron.SDFNumberTreeIterator
The position of the entry to be removed.
See Also