How can an image be loaded into the Smartscan Xpress Barcode control?
The Smartscan Xpress Barcode control can accept images via a Picture, ClipBoard or hDIB. If using the ActiveX version of the control the ImageSource property is set based on how the image is being passed to the barcode control. If using the .NET control the Analyze method of the reader class accepts either an hDib or System.Drawing.Bitmap.