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

Operation Property








Gets the current barcode read operation. .NET support WinRT support Silverlight support
Syntax
public BarcodeReadSymbologyOperation Operation {get;}
'Declaration
 
Public ReadOnly Property Operation As BarcodeReadSymbologyOperation
'Usage
 
Dim instance As BarcodeReadSymbologyEventArgs
Dim value As BarcodeReadSymbologyOperation
 
value = instance.Operation
public BarcodeReadSymbologyOperation Operation {get;}
ObjectiveC Syntax
Java Syntax
 get_Operation(); 
public:
property BarcodeReadSymbologyOperation Operation {
   BarcodeReadSymbologyOperation get();
}

Property Value

A BarcodeReadSymbologyOperation enumeration member that specifies the current barcode read operation.
Remarks

The value of Operation is set by the BarcodeReader object as follows:

Value Description
BarcodeReadSymbologyOperation.PreRead

The BarcodeReader object is about to read the barcode symbologies in GetSymbologies.

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

BarcodeReadSymbologyOperation.PostRead

The BarcodeReader has finished reading the barcode symbologies.

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

The resulting parameters are: The barcode data found which is in the Data property and 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).

Example

For an example, refer to BarcodeReader.ReadSymbology.

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

BarcodeReadSymbologyEventArgs Class
BarcodeReadSymbologyEventArgs Members
BarcodeReader.ReadSymbology

 

 


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