ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basarr_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_get

Glossary Item Box

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.

©2012. Accusoft Corporation. All Rights Reserved.