ImageGear Professional v18.4 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_get |
Gets the specified element from an array.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_get( HIG_PDF_BASOBJ hArray, UINT nIndex, LPHIG_PDF_BASOBJ lphObject ); |
Name | Type | Description |
hArray | HIG_PDF_BASOBJ | The array from which an element is obtained. |
nIndex | UINT | The array element to obtain. The first element in an array has an index of zero. |
lphObject | LPHIG_PDF_BASOBJ | The basic object occupying the nIndex element of array. Returns IG_PDF_BASIC_NULL object if index is outside the array bounds. |
Error count.
This function does not process image pixels.