Scanner ActiveX Control

BarCodeReadScan45CouterRotation

 

 Enable/Disable scan the barcode with 45 Degree Counter Clockwise Rotation. Default is True.

Scanner1.BarCodeReadScan45CouterRotation[=Bool]


Parameter
Bool
true - enable scan the barcode with 45 Degree Counter Clockwise Rotation.
false - disable scan the barcode with 45 Degree Counter Clockwise Rotation.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax

Scanner1.BarCodeReadCustomRotation=25
Scanner1.BarCodeReadScanMultiple = True
Scanner1.BarCodeReadScanWithoutRotation = True
Scanner1.BarCodeReadScan45Rotation = False
Scanner1.BarCodeReadScan45CouterRotation = False
Scanner1.BarCodeReadScanAccuracy = True
ibarcodeCount = Scanner1.BarCodeReadFullPage
str1 = "Total " + Str(ibarcodeCount) + " BarCode detected" + Chr(13) + Chr(10)