ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > Put Method |
Puts the specified object into the specified location in an array. The array is extended as much as necessary.
Put (Index As Long, Object As IIGPDFBasObj)
Name | Description |
---|---|
Index | The location in array to store Object. The first element of an array has an index of zero. |
Object | The object to insert into array. |
None