←Select platform

BarcodeReadSymbologyOperation Enumeration

Summary

Current barcode read operation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum BarcodeReadSymbologyOperation   
<SerializableAttribute()> 
Public Enum BarcodeReadSymbologyOperation  
    
    
[SerializableAttribute()] 
public enum BarcodeReadSymbologyOperation    
typedef NS_ENUM(NSInteger, LTBarcodeReadSymbologyOperation) 
public enum BarcodeReadSymbologyOperation 
Leadtools.Barcode.BarcodeReadSymbologyOperation = function() { }; 
Leadtools.Barcode.BarcodeReadSymbologyOperation.prototype = {<br/> 
  PreRead = 0, 
    PostRead = 1, 
     
 }; 
[SerializableAttribute()] 
public enum class BarcodeReadSymbologyOperation   

Members

ValueMemberDescription
0PreRead

The BarcodeReader object is about to read the barcode symbologies.

The input parameters are: The symbologies to be read which can be obtained through the GetSymbologies method and the associated read options that are in the Options property.

1PostRead

The BarcodeReader has finished reading the barcode symbologies.

The input parameters are: The symbologies to be read which can be obtained through the GetSymbologies method and the associated read options that are in the Options property.

The resulting parameters are: The barcode data found which is in the Data property that may contain a valid BarcodeData object or null (Nothing in Visual Basic) when an error occurs or no barcode of this type is found. In case of an error, the exception is in the Error property (Refer to BarcodeReader.ErrorMode for more information).

Remarks

This enumeration is used as the type for the BarcodeReadSymbologyEventArgs.Operation property that can be used to determine the current barcode read stage.

Example

For an example, refer to BarcodeReader.ReadSymbology.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly