01-22-2008, 9:46
|
Qasem Lubani

Joined on 08-13-2006
Posts 1,090
|
Re: Determining barcode width
|
 
 
|
|
|
Check the "sizeRectangle" property of the Leadtools.Barcode.Write method. If you pass a valid rectangle for this property, the engine will update it with the size of the barcode and not actually write the barcode on the image. You can use this value to crop the image to the correct size, then actually write the barcode.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|
|
|
|
|
Report
|
|
|
|