Click or drag to resize

NameTreeGetValue Method

Gets a value that is associated with the given key.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetValue(
	byte[] key
)

Parameters

key
Type: SystemByte
A data buffer representing the key of the value to obtain.

Return Value

Type: Obj
The value that is associated with the given key.
See Also