Click or drag to resize

NumberTreePut Method

Puts a new entry in the name tree. If an entry with this number is already in the tree, it is replaced.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Put(
	int key,
	Obj value
)

Parameters

key
Type: SystemInt32
A number representing the key of the new entry.
value
Type: pdftron.SDFObj
The value of the new entry.
See Also