Overload | Description |
---|---|
BarcodeAztecReaderDoScan(Int32) | Starts a barcode recognition process on a specified GdPicture image or on an area of a specified GdPicture image defined by the GdPictureImaging.SetROI method. |
BarcodeAztecReaderDoScan(Int32,BarcodeAztecReaderScanMode) | Starts a barcode recognition process on a specified GdPicture image or on an area of a specified GdPicture image defined by the GdPictureImaging.SetROI method. This method allows you to set the scanning mode parameter according to your preference. |
BarcodeAztecReaderDoScan(Int32,BarcodeAztecReaderScanMode,Int32) | Starts a barcode recognition process on a specified GdPicture image or on an area of a specified GdPicture image defined by the GdPictureImaging.SetROI method. This method allows you to set the scanning mode parameter as well as to define the required number of barcodes the engine should detect. |
BarcodeAztecReaderDoScan(Int32,BarcodeAztecReaderScanMode,Int32,Boolean) | Starts a barcode recognition process on a specified GdPicture image or on an area of a specified GdPicture image defined by the GdPictureImaging.SetROI method. This method allows you to set the scanning mode parameter as well as to define the required number of barcodes the engine should detect. |