ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasDict Object > IGPDFBasDict Methods > Put Method |
Sets the value of a dictionary key, adding the key to the dictionary if it is not already present.
Put (Key As IGPDFAtom, Object As IIGPDFBasObj)
Name | Description |
---|---|
Key | The key whose value is set. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects. |
Object | The value to set. |
None