←Select platform

BarcodeReadSymbologyStatus Enumeration

Summary

Determines the barcode read operation status

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum BarcodeReadSymbologyStatus   
<SerializableAttribute()> 
Public Enum BarcodeReadSymbologyStatus  
    
    
[SerializableAttribute()] 
public enum BarcodeReadSymbologyStatus    
typedef NS_ENUM(NSInteger, LTBarcodeReadSymbologyStatus) 
public enum BarcodeReadSymbologyStatus 
Leadtools.Barcode.BarcodeReadSymbologyStatus = function() { }; 
Leadtools.Barcode.BarcodeReadSymbologyStatus.prototype = {<br/> 
  Continue = 0, 
    Skip = 1, 
    Abort = 2, 
     
 }; 
[SerializableAttribute()] 
public enum class BarcodeReadSymbologyStatus   

Members

ValueMemberDescription
0Continue

Continue reading the next barcode(s) (if any). This is the default behavior.

1Skip

Skip reading the current barcode symbologies and move to the next (if any). Setting BarcodeReadSymbologyEventArgs.Status to Skip will have an effect only if the BarcodeEngine is about to read the barcodes. i.e., when the value of BarcodeReadSymbologyEventArgs.Operation is BarcodeReadSymbologyOperation.PreRead.

When the operation is BarcodeReadSymbologyOperation.PostRead and the reader has finished reading the barcodes, then setting the status to Skip will have no effect.

2Abort

Abort the read operation. The BarcodeReader will stop trying reading barcodes and the read operation will end. This can be used when the BarcodeReadSymbologyEventArgs.Operation is BarcodeReadSymbologyOperation.PreRead or BarcodeReadSymbologyOperation.PostRead.

Remarks

The BarcodeReadSymbologyStatus enumeration is used as the data member for the BarcodeReadSymbologyEventArgs.Status property. It can be used to determine the next action performed by the BarcodeReader.

Refer to BarcodeReadSymbologyEventArgs.Status for more information.

Example

For an example, refer to BarcodeReader.ReadSymbology.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly