ImGearPDFBasDict Class Members
In This Topic
The following tables list the members exposed by ImGearPDFBasDict.
Public Constructors
Public Methods
| Name | Description |
| Get |
Gets the value of the specified key in the specified dictionary.
|
| Known |
Tests whether a specific key is found in the specified dictionary.
|
| Put |
Sets the value of a dictionary key, adding the key to the dictionary if it is not already present.
|
| PutBool |
Sets the Boolean value of a dictionary key, adding the key to the dictionary if it is not already present.
|
| PutFixed |
Sets the fixed value of a dictionary key, adding the key to the dictionary if it is not already present.
|
| PutInt |
Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present.
|
| PutName |
Sets the name value of a dictionary key, adding the key to the dictionary if it is not already present.
|
| Remove |
Removes a key-value pair from a dictionary.
|
Top
See Also