BarCodeReaderSetBarCodeImage Method

Overload List
  NameDescription
Public methodCode exampleSetBarCodeImage(Bitmap)
Sets bitmap image for recognition. Must be called before ReadBarCodes() method.
Public methodCode exampleSetBarCodeImage(Stream)
Sets image stream for recognition. Must be called before ReadBarCodes() method.
Public methodCode exampleSetBarCodeImage(String)
Sets image file for recognition. Must be called before ReadBarCodes() method.
Public methodCode exampleSetBarCodeImage(Bitmap, Rectangle)
Sets bitmap image and area for recognition. Must be called before ReadBarCodes() method.
Public methodCode exampleSetBarCodeImage(Bitmap, Rectangle)
Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method.
See Also