ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasDict Object > IGPDFBasDict Methods > PutInt Method |
Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present.
PutInt (Key As IGPDFAtom, Indirect As Boolean, Value As Long)
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. |
Indirect | If True, creates the key value as an indirect object. If False, creates the key value as a direct object. |
Value | The integer value to set. |
None