Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am doing a barcode generation program and finding that the barcode width is going beyond the required size, in order to reduce the size the fillrectangle function has to be made to accept a decimal value for width parameter,but the width parameter the fillrectangle function accepts is an integer which converts the decimal value passed to it into a whole number. Is there any way i can pass a decimal value to the fillrectangle function without casting it to an integer type and retaining its decimal value.

Thanks in advance!!
Regards.
Posted
Updated 1-Dec-11 17:28pm
v2

 
Share this answer
 
Check out this links :

Reading Barcodes from an Image - III[^]

Barcode UPC-A[^]

EAN13 Barcode Control[^]

I hope it will help you. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900