ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basarr_remove_nth
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_remove_nth

Glossary Item Box

Checks whether the position is within the array bounds, then removes it from the array, moves each subsequent element to the slot with the next smaller index, and decrements the array's length by 1.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_remove_nth(
        HIG_PDF_BASOBJ hArray,
        UINT nIndex
);

Arguments:

hArray The array from which to remove the member.
nIndex The index for the array member to remove. Array indices start at 0.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.