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

    Creates a barcode in an image and returns a pointer to it.

    Declaration:

    BX_Status BX_create_dib(const BX_CreateParameters* params, void** dib, BX_CreateResult* result);
    
    

    Arguments:

    Name Description
    params A pointer to the BX_CreateParameters structure specifying the options to use for creating the barcode image.
    dib A pointer to a bitmap that is created during the creation process.
    result A pointer to the BX_CreateResult structure.