Gets or sets the status of the read operation.
public BarcodeReadSymbologyStatus Status { get; set; }
Public Property Status As BarcodeReadSymbologyStatus
@property (nonatomic, assign, readonly) LTBarcodeReadSymbologyStatus status
public BarcodeReadSymbologyStatus getStatus()
public void setStatus(BarcodeReadSymbologyStatus value)
public:
property BarcodeReadSymbologyStatus Status {
BarcodeReadSymbologyStatus get();
void set ( BarcodeReadSymbologyStatus );
}
A BarcodeReadSymbologyStatus enumeration member that specifies the status of the read operation. Default value is BarcodeReadSymbologyStatus.Continue.
The BarcodeReader always sets the value of this property BarcodeReadSymbologyStatus.Continue. You can change the value of this property to another value depending on your application logic. The following table lists the status values and their meaning:
Value | Description |
---|---|
BarcodeReadSymbologyStatus.Continue |
Continue reading the next barcode(s) (if any). This is the default behavior. |
BarcodeReadSymbologyStatus.Skip |
Skip reading the current barcode symbologies and move to the next (if any). Setting BarcodeReadSymbologyEventArgs.Status to Skip will have an affect 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. |
BarcodeReadSymbologyStatus.Abort |
Abort the read operation. The BarcodeReader will stop trying to read barcodes and the read operation will end. This can be used when the BarcodeReadSymbologyEventArgs.Operation is BarcodeReadSymbologyOperation.PreRead or BarcodeReadSymbologyOperation.PostRead. |
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