Kofax Mobile SDK API Reference
Public Member Functions | List of all members
BarCodeFoundEvent Class Reference

An event that indicates a barcode has been found. More...

Inheritance diagram for BarCodeFoundEvent:

Public Member Functions

 BarCodeFoundEvent (Object sender, BarCodeResult barcode, Image image)
 
BarCodeResult getBarCode ()
 Gets the barcode data from the event. More...
 
Image getImage ()
 Gets the image that was used to read the barcode. More...
 

Detailed Description

An event that indicates a barcode has been found.

This event is raised in response to a barcode being found and successfully decoded by the BarCodeCaptureView following a call to readBarcode. The event includes the decoded barcode data and the unprocessed image that was used to read the barcode.

See also
BarCodeCaptureView
BarCodeCaptureView::readBarcode

Constructor & Destructor Documentation

BarCodeFoundEvent ( Object  sender,
BarCodeResult  barcode,
Image  image 
)

Member Function Documentation

BarCodeResult getBarCode ( )

Gets the barcode data from the event.

BarCodeResult objects originating from BarCodeCaptureView will only include a valid bounding box on 2D symbologies and PDF417.

Returns
The barcode data.
See also
BarCodeResult
Image getImage ( )

Gets the image that was used to read the barcode.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.