ImgBarDecoder User Control

ImgBarDecoder Class Library

Scan_Result(String,String) Event

 

 Is raised for each valid barcode found.

 

[Visual Basic]

Public Event Scan_Result( _

ByVal BarcodeType As String, _

ByVal Result As String)

 

Parameters

    BarcodeType

        The found barcode type.

    Result

        The string barcode value.

   

Return Value

    None.

 

Example

[Visual Basic] The following example shows how to use the Scan_Result event.

 

[Visual Basic]

Private Sub BarcodeReader1_Scan_Result(ByVal BarcodeType As String , ByVal Result as String) _

Handles BarcodeReader1.Scan_Result

 'Additional code here

End Sub

 

Requirements

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

Documentation Version 1.5