ImageGear Professional for Windows ActiveX
IGPDFBasDict Object

Description:

Basic dictionary object. A dictionary object is an associative table containing pairs of objects, known as the dictionary's entries. The first element of each entry is the key and the second element is the value. The key must be a name. The value can be any kind of object, including another dictionary.

Interface:

IIGPDFBasDict extends IIGPDFBasObj

Members:

Methods
Get Method Gets the value of the specified key in the specified dictionary.
Known Method Tests whether a specific key is found in the specified dictionary.
Put Method Sets the value of a dictionary key, adding the key to the dictionary if it is not already present.
PutBool Method Sets the boolean value of a dictionary key, adding the key to the dictionary if it is not already present.
PutFixed Method Sets the fixed value of a dictionary key, adding the key to the dictionary if it is not already present.
PutInt Method Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present.
PutName Method Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present.
Remove Method Removes a key-value pair from a dictionary.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback