VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / CreateBarcodeRecognitionResult(IBarcodeInfo,WebBarcodeReaderSettings) Method
Syntax Requirements SeeAlso
In This Topic
    CreateBarcodeRecognitionResult(IBarcodeInfo,WebBarcodeReaderSettings) Method (VintasoftBarcodeWebService)
    In This Topic
    Creates the barcode recognition result.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateBarcodeRecognitionResult( _
    ByVal barcodeInfo
    Information about recognized barcode.
    As Vintasoft.Barcode.IBarcodeInfo, _
    ByVal webBarcodeReaderSettings
    Web barcode reader settings.
    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
    Information about recognized barcode.
    webBarcodeReaderSettings
    Web barcode reader settings.

    Return Value

    The barcode recognition result.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also