VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeRecognition1DResult Class / WebBarcodeRecognition1DResult Constructors / WebBarcodeRecognition1DResult Constructor(String,String,String,String,String,Double,Int32,Region,Int32,Double)
Syntax Requirements SeeAlso
In This Topic
    WebBarcodeRecognition1DResult Constructor(String,String,String,String,String,Double,Int32,Region,Int32,Double)
    In This Topic
    Initializes a new instance of the WebBarcodeRecognition1DResult class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal barcodeType
    Barcode type.
    As String, _
    ByVal value
    Barcode value.
    As String, _
    ByVal hexValue
    Barcode value in HEX representation.
    As String, _
    ByVal baseValue
    Value of base barcode type.
    As String, _
    ByVal confidence
    Barcode confidence.
    As String, _
    ByVal readingQuality
    Barcode reading quality.
    As Double, _
    ByVal threshold
    Threshold value of barcode.
    As Integer, _
    ByVal region
    Information about region of barcode.
    As Vintasoft.Barcode.Region, _
    ByVal narrowBarCount
    Narrow bar count.
    As Integer, _
    ByVal narrorBarSize
    Narrow bar size.
    As Double _
    )

    Parameters

    barcodeType
    Barcode type.
    value
    Barcode value.
    hexValue
    Barcode value in HEX representation.
    baseValue
    Value of base barcode type.
    confidence
    Barcode confidence.
    readingQuality
    Barcode reading quality.
    threshold
    Threshold value of barcode.
    region
    Information about region of barcode.
    narrowBarCount
    Narrow bar count.
    narrorBarSize
    Narrow bar size.
    Requirements

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

    See Also