Click or drag to resize

ObjErase Method (String)

Removes an element in the dictionary that matches the given key.

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

Parameters

key
Type: SystemString
The key of the element to remove from the dictionary.
See Also