ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASARR / IG_PDF_basarr_get
In This Topic
    IG_PDF_basarr_get
    In This Topic

    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.