VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebAamvaBarcodeRecognitionResult Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebAamvaBarcodeRecognitionResult Class
    In This Topic
    Contains information about recognized AAMVA barcode.
    Object Model
    WebPoint WebPointF WebRegion WebBarcodePrintQualityTestResultBase WebAamvaBarcodeRecognitionResult
    Syntax
    'Declaration
    
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)>
    Public Class WebAamvaBarcodeRecognitionResult
       Inherits WebBarcodeRecognition2DResult
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public class WebAamvaBarcodeRecognitionResult : WebBarcodeRecognition2DResult
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public __gc class WebAamvaBarcodeRecognitionResult : public WebBarcodeRecognition2DResult*
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult)]
    public ref class WebAamvaBarcodeRecognitionResult : public WebBarcodeRecognition2DResult^
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also