Click or drag to resize

Obj.PutBool Method

Inserts a <key, ObjType::e_bool> pair in the dictionary.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj PutBool(
	string key,
	bool value
)

Parameters

key
Type: System.String
The key of the value to set.
value
Type: System.Boolean
The value of the ObjType::e_bool object to be inserted into the dictionary.

Return Value

Type: Obj
A newly created Bool object.
Remarks
If this dictionary already contains an entry with the same key, the old entry will be deleted and all DictIterators to this entry will be invalidated.
See Also