ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_basarr_remove
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_remove

Finds the first element, if any, equal to the specified object and removes it from the array.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_remove(
        HIG_PDF_BASOBJ hArray,
        HIG_PDF_BASOBJ hObject
);

Arguments:

Name Type Description
hArray HIG_PDF_BASOBJ The array in which hObject is removed.
hObject HIG_PDF_BASOBJ The object to remove.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.