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

Removes a key-value pair from a dictionary.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basdict_remove(
        HIG_PDF_BASOBJ hDictionary,
        HIG_PDF_ATOM hKey
);

Arguments:

Name Type Description
hDictionary HIG_PDF_BASOBJ The dictionary in which a key is removed.
hKey HIG_PDF_ATOM The key 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.