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
)
Public Function GetValue (
key As Byte()
) As Obj
public:
virtual Obj^ GetValue(
[InAttribute] array<unsigned char>^ key
) sealed
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