ImgBarDecoder User Control

ImgBarDecoder Class Library

ImgBarDecoder.BarcodeDirection = ImgBarDecoder.BarcodeReader.ScanDirection

 

Gets or sets the barcode scan direction.

 

[Visual Basic]

Public Property BarcodeDirection ( ) as ImgBarDecoder.BarcodeReader.ScanDirection

 

Property Set Value

    BarcodeDirection

        Sets the barcode scan direction.

 

Property Get Value

    BarcodeDirection

        Gets the barcode scan direction.

 

Example

[Visual Basic] The following example sets the barcode scan direction and gets its state.

 

[Visual Basic]

Dim Direction as ImgBarDecoder.BarcodeReader.ScanDirection = _

 ImgBarDecoder.BarcodeReader.ScanDirection.LeftToRight

BarcodeReader1.BarcodeDirection = Direction

Direction = BarcodeReader1.BarcodeDirection

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family.

Documentation Version 1.5