What does this method do besides take and image and convert to a Bitmap?
Can you give me a scenario besides drawing a box around the found barcode(s)?
BarcodeReader.ProcessImage ??
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: BarcodeReader.ProcessImage ??
Hello Brannon,
Best regards, Alexander
ProcessImage method should be used if you want to preview the processed image before barcode reader analyzes it. Method should be used for visual calibration of the barcode reader. Do not use this method if you do not need to preview the processed image.What does this method do besides take and image and convert to a Bitmap?
Please see our demo and look for code that draws a box around the found barcode.Can you give me a scenario besides drawing a box around the found barcode(s)?
Best regards, Alexander