ImageGear for C and C++ on Linux v18.10 - Updated
IG_PDF_basobj_remove
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASOBJ > IG_PDF_basobj_remove

Removes basic object.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basobj_remove(
        HIG_PDF_BASOBJ hObject
);

Arguments:

Name Type Description
hObject HIG_PDF_BASOBJ The object to remove.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If a composite object (array, dictionary, or stream) is removed, all the direct objects in it are automatically removed, but the indirect objects in it are not removed.