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