ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > PutInt Method |
Puts the specified integer value into the specified location in an array. The array is extended as much as necessary.
PutInt (Index As Long, Indirect As Boolean, Value As Long)
Name | Description |
---|---|
Index | The location in array to store a value. The first element of an array has an index of zero. |
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 insert into array. |
None