ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > Get Method |
Gets the specified element from an array.
Get (Index As Long) As IIGPDFBasObj
Name | Description |
---|---|
Index | The array element to obtain. The first element in an array has an index of zero. |
The basic object occupying the Index element of array. Returns IG_PDF_BASIC_NULL object if index is outside the array bounds.