BarcodeReader.ProcessImage ??

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Moderator: Alex

Post Reply
bbrannon
Posts: 1
Joined: Sat Jun 13, 2009 8:53 am

BarcodeReader.ProcessImage ??

Post by bbrannon »

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)?
Alex
Site Admin
Posts: 2300
Joined: Thu Jul 10, 2008 2:21 pm

Re: BarcodeReader.ProcessImage ??

Post by Alex »

Hello Brannon,
What does this method do besides take and image and convert to a Bitmap?
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.
Can you give me a scenario besides drawing a box around the found barcode(s)?
Please see our demo and look for code that draws a box around the found barcode.

Best regards, Alexander
Post Reply