ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > PutBool Method |
Puts the specified boolean value into the specified location in an array. The array is extended as much as necessary.
PutBool (Index As Long, Indirect As Boolean, Value As Boolean)
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 boolean value to insert into array. |
None