Inserts a <key, ObjType::e_null> pair in the dictionary.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void PutNull(
string key
)
Public Sub PutNull (
key As String
)
public:
virtual void PutNull(
[InAttribute] String^ key
) sealed
Parameters
- key
- Type: SystemString
The key of the value to set.
Remarks
The effect of calling this method is essentially the same as dict.Erase(key).
See Also