ImageGear for C and C++ on Linux v20.0 - 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.

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