Click or drag to resize

ObjErase Method (DictIterator)

Removes an element in the dictionary from specified position.

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

Parameters

pos
Type: pdftron.SDFDictIterator
The position of the element to remove from the dictionary.
See Also