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:
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. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.