VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeRecognitionResult Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebBarcodeRecognitionResult Class
    In This Topic
    Represents a base class that contains information about recognized barcode.
    Object Model
    WebRegion WebBarcodePrintQualityTestResultBase WebBarcodeRecognitionResult
    Syntax
    'Declaration
    
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)>
    Public MustInherit Class WebBarcodeRecognitionResult
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public abstract class WebBarcodeRecognitionResult
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public __gc abstract class WebBarcodeRecognitionResult
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public ref class WebBarcodeRecognitionResult abstract
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.Web.Services.WebBarcodeRecognitionResult
          Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult
          Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult

    Requirements

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

    See Also