Gets the current barcode read operation.
public BarcodeReadSymbologyOperation Operation { get; }
Public ReadOnly Property Operation As BarcodeReadSymbologyOperation
@property (nonatomic, assign, readonly) LTBarcodeReadSymbologyOperation operation
public BarcodeReadSymbologyOperation getOperation()
public:
property BarcodeReadSymbologyOperation Operation {
BarcodeReadSymbologyOperation get();
}
A BarcodeReadSymbologyOperation enumeration member that specifies the current barcode read operation.
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). |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document