VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReadResponseParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebBarcodeReadResponseParams Class
    In This Topic
    Response from web service. Contains information about the barcode recognition results.
    Object Model
    WebBarcodeRecognitionResult WebBarcodeReadResponseParams
    Syntax
    'Declaration
    
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebAamvaBarcodeRecognitionResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeRecognitionResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeRecognitionResult)>
    <KnownTypeAttribute(Vintasoft.Barcode.Web.Services.WebAztecBarcodeRecognitionResult)>
    Public Class WebBarcodeReadResponseParams
       Inherits Vintasoft.Shared.Web.WebResponseParamsBase
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebAamvaBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebAztecBarcodeRecognitionResult)]
    public class WebBarcodeReadResponseParams : Vintasoft.Shared.Web.WebResponseParamsBase
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebAamvaBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebAztecBarcodeRecognitionResult)]
    public __gc class WebBarcodeReadResponseParams : public Vintasoft.Shared.Web.WebResponseParamsBase*
    
    
    [KnownType(Vintasoft.Barcode.Web.Services.WebAamvaBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeRecognitionResult)]
    [KnownType(Vintasoft.Barcode.Web.Services.WebAztecBarcodeRecognitionResult)]
    public ref class WebBarcodeReadResponseParams : public Vintasoft.Shared.Web.WebResponseParamsBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebResponseParamsBase
          Vintasoft.Barcode.Web.Services.WebBarcodeReadResponseParams

    Requirements

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

    See Also