VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / CreateBarcodeRecognitionResult(IBarcodeInfo,WebBarcodeReaderSettings) Method
Синтаксис Требования Смотрите также
В этом разделе
CreateBarcodeRecognitionResult(IBarcodeInfo,WebBarcodeReaderSettings) Метод (VintasoftBarcodeWebService)
В этом разделе
Создает результат распознавания штрих-кодов.
Синтаксис
'Declaration

Protected Overridable Function CreateBarcodeRecognitionResult( _
ByVal barcodeInfo
Информация о распознанном штрих-коде.
As Vintasoft.Barcode.IBarcodeInfo, _
ByVal webBarcodeReaderSettings
Настройки распознавателя штрих-кодов.
As WebBarcodeReaderSettings _
) As WebBarcodeRecognitionResult
protected virtual WebBarcodeRecognitionResult CreateBarcodeRecognitionResult(
Vintasoft.Barcode.IBarcodeInfo barcodeInfo,
WebBarcodeReaderSettings webBarcodeReaderSettings
)

Parameters

barcodeInfo
Информация о распознанном штрих-коде.
webBarcodeReaderSettings
Настройки распознавателя штрих-кодов.

Return Value

Результат распознавания штрих-кода.
Требования

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

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