Click or drag to resize

ObjPutNull Method

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
)

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