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

Creates a barcode in an image and writes that to a file.

Declaration:

BX\_Status BX\_create\_file(const BX\_CreateParameters\* params, const char\* filePath, BX\_CreateResult\* result);

Arguments:

Name Description
params A pointer to the BX_CreateParameters structure specifying the options to use for creating the barcode image.
filePath A string specifying the filename of the output image.
result A pointer to the BX_CreateResult structure.
Is this page helpful?
Yes No
Thanks for your feedback.