Barcode Xpress for Linux v13.9 - Updated
BX_create_dib
API Reference > Barcode Component API Reference > Barcode Component Functions Reference > BX_create_dib

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.
Is this page helpful?
Yes No
Thanks for your feedback.