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
)
Public Sub Erase (
pos As DictIterator
)
public:
virtual void Erase(
[InAttribute] DictIterator^ pos
) sealed
Parameters
- pos
- Type: pdftron.SDFDictIterator
The position of the element to remove from the dictionary.
See Also