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

    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.