LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

BarcodeReadSymbologyStatus Enumeration








Determines the barcode read operation status .NET support WinRT support Silverlight support
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum BarcodeReadSymbologyStatus 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeReadSymbologyStatus
[SerializableAttribute()]
public enum BarcodeReadSymbologyStatus : System.IComparableSystem.IConvertibleSystem.IFormattable  
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.BarcodeReadSymbologyStatus = function() { };
Leadtools.Barcode.BarcodeReadSymbologyStatus.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class BarcodeReadSymbologyStatus : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Abort

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.

Continue

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

Skip

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.

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeReadSymbologyStatus

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Barcode Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features