VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainBarcodeRecognizer Class / GetRecognitionResult() Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
GetRecognitionResult() Method (TwainBarcodeRecognizer)
In This Topic
Returns an array with information about recognized barcodes.
Syntax
'Declaration

Public Function GetRecognitionResult() As TwainBarcodeInfo[]

public TwainBarcodeInfo[] GetRecognitionResult()

Return Value

An array with information about recognized barcodes.
Exceptions
ExceptionDescription
Thrown if device is NOT in the DeviceState.Enabled state.
Remarks

Call this method only when device is enabled (State == DeviceState.Enabled) or ready for transfer (State == DeviceState.TransferReady).

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also