ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / MD Component API Reference / MD Component Functions Reference / Utility Functions / MED_DCM_util_tag_info_free
In This Topic
    MED_DCM_util_tag_info_free
    In This Topic

    This function frees up the user-defined Data Dictionary, if it exists.

    Declaration:

     
    Copy Code
    BOOL ACCUAPI MED_DCM_util_tag_info_free(VOID);
    

    Arguments:

    None

    Remarks:

    All User-Defined entries are discarded. The pre-defined Data Dictionary is not affected. This function returns TRUE if a table was freed. FALSE if there was no table to free.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Return Value:

    TRUE if a table was freed; FALSE if there was no table to free.