PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to save a barcode to an image file
How to save a barcode to an image file
Iniciado por vido.vouk, 17,jul. 2015 15:04 - 1 respuesta
Publicado el 17,julio 2015 - 15:04
I need to generate different barcodes and store them as image files (BMP for example)

I know how to generate the barcodes, but I did not find a function to transform a barcode to an image.
Publicado el 21,julio 2015 - 13:47
The answer is easy.

- define a barcode control i.e. BCOD_QR
- populate it with the desired value
- and save as image:

res = dSaveImageBMP (BCOD_QR, "qr.bmp")