VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReadRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebBarcodeReadRequestParams Class
    In This Topic
    Request to a web service. Contains parameters, which must be sent to a web service for reading barcodes from image.
    Object Model
    WebBarcodeReaderSettings WebRenderingSettings WebDecodingSettings WebImageInfo WebBarcodeReadRequestParams
    Syntax
    'Declaration
    
    Public Class WebBarcodeReadRequestParams
       Inherits Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
    
    
    public class WebBarcodeReadRequestParams : Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
    
    
    public __gc class WebBarcodeReadRequestParams : public Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams*
    
    
    public ref class WebBarcodeReadRequestParams : public Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Shared.Web.WebImageInfoRequestParams
             Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
                Vintasoft.Barcode.Web.Services.WebBarcodeReadRequestParams

    Requirements

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

    See Also