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