Barcode Xpress for Linux v14.0 - Updated
API Reference / Barcode Component API Reference / Barcode Component Functions Reference / BX_free_dib
In This Topic
    BX_free_dib
    In This Topic

    Releases the memory that has been allocated by a previous call to create a dib function.

    Declaration:

    BX_Status BX_free_dib(void** dib);
    
    

    Arguments:

    Name Description
    dib A pointer to a bitmap structure to release.