VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / TwainBarcodeRecognizer Class / GetRecognitionResult() Method
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    GetRecognitionResult() Метод (TwainBarcodeRecognizer)
    В этом разделе
    Returns an array with information about recognized barcodes.
    Синтаксис
    'Declaration
    
    Public Function GetRecognitionResult() As TwainBarcodeInfo[]
    
    
    public TwainBarcodeInfo[] GetRecognitionResult()
    
    
    public: TwainBarcodeInfo*[] GetRecognitionResult()
    
    
    public:
    TwainBarcodeInfo^[] GetRecognitionResult()

    Return Value

    An array with information about recognized barcodes.
    Исключения
    ИсключениеОписание
    Thrown if device is NOT in the DeviceState.Enabled state.
    Ремарки

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

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также