 
            Finds the first element, if any, equal to the specified object and removes it from the array.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_remove(
        HIG_PDF_BASOBJ hArray,
        HIG_PDF_BASOBJ hObject
);
 | |
| Name | Type | Description | 
|---|---|---|
| hArray | HIG_PDF_BASOBJ | The array in which hObject is removed. | 
| hObject | HIG_PDF_BASOBJ | The object to remove. | 
Error count.
This function does not process image pixels.