ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > PutFixed Method |
Puts the specified fixed value into the specified location in an array. The array is extended as much as necessary.
PutFixed (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 fixed value to insert into array. |
None