'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
)
protected: virtual WebBarcodeRecognitionResult* CreateBarcodeRecognitionResult(
Vintasoft.Barcode.IBarcodeInfo barcodeInfo,
WebBarcodeReaderSettings* webBarcodeReaderSettings
)
protected:
virtual WebBarcodeRecognitionResult^ CreateBarcodeRecognitionResult(
Vintasoft.Barcode.IBarcodeInfo barcodeInfo,
WebBarcodeReaderSettings^ webBarcodeReaderSettings
)
Parameters
- barcodeInfo
- Информация о распознанном штрих-коде.
- webBarcodeReaderSettings
- Настройки распознавателя штрих-кодов.
Return Value
Результат распознавания штрих-кода.