08-18-2008, 9:12
|
Yasir Alani

Joined on 02-05-2007
Posts 311
|
Re: Generate Barcode without adding barcodeData.data value
|
 
 
|
|
|
Since you will be making your own application, you can decide which of the barcode settings will be available for the user and which are not. In your case, you should preset all settings in your code, and only allow the barcode data value to be entered by the user.
If you want to automate this (creating the barcode data), then you should write code to generate a unique barcode data string for each document, then use our barcode engine to convert that string to a barcode. Keep in mind that different barcode types have different limitations like number of characters, and type of characters (some only accept numbers for example).
I am not sure what type of barcode is suitable for you because I don't know what your requirements are. For more details on the different types of barcodes we support, please see the help topic "Introduction to Barcodes" in any of our barcode help files.
Yasir Alani LEADTOOLS Technical Support support@leadtools.com
|
|
|
|
|
Report
|
|
|
|