LEADTOOLS Support
Document
Document SDK Examples
HOWTO: Read and Write 1D Barcode in Delphi using v17.5 DLL APIs
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, November 19, 2012 1:48:43 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The attached Delphi project does the following:
1. Load an image and paint it on the MainForm.
2. Read 1D barcodes in the image and display the data as message boxes.
3. Write 1D barcode on the image after specifying the data and the type of the barcode.
4. Save the image to the disk.
This project contains 2 project files (.dpr and .dproj). The .dpr project is for versions of Delphi older than Delphi XE, and the .dproj project is for Delphi XE and later.
To build the project successfully, you need to copy the project to the following folder:
[LEADTOOLS 17.5 Folder]\Examples\Delphi
Or you can copy it to any folder, but you have to change the search path in the Project options and set it to be the path of the following folder:
[LEADTOOLS 17.5 Folder]\Uses
LEADTOOLS Support
Document
Document SDK Examples
HOWTO: Read and Write 1D Barcode in Delphi using v17.5 DLL APIs
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.