Image Viewer CP ActiveX Control

BarCodeReadScan90Rotation  

 

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

ImageViewer1.BarCodeReadScan90Rotation[=Bool]


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

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax

ImageViewer1.LoadMultiPage "c:\source.tif",0
ImageViewer1.BarCodeReadCustomRotation=25
ImageViewer1.BarCodeReadScanMultiple = True
ImageViewer1.BarCodeReadScanWithoutRotation = True
ImageViewer1.BarCodeReadScan45Rotation = False
ImageViewer1.BarCodeReadScan45CouterRotation = False
ImageViewer1.BarCodeReadScanAccuracy = True
ibarcodeCount = ImageViewer1.BarCodeReadFullPage
str1 = "Total " + Str(ibarcodeCount) + " BarCode detected" + Chr(13) + Chr(10)