Gets the specified element from an array.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_get(
HIG_PDF_BASOBJ hArray,
UINT nIndex,
LPHIG_PDF_BASOBJ lphObject
);
|
|
Arguments:
| hArray | The array from which an element is obtained. |
| nIndex | The array element to obtain. The first element in an array has an index of zero. |
| lphObject | The basic object occupying the nIndex element of array. Returns IG_PDF_BASIC_NULL object if index is outside the array bounds. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
