VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReadFromBase64RequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebBarcodeReadFromBase64RequestParams Class
    In This Topic
    Request to a web service (controller/handler). Contains parameters, which must be sent to a web service for recognizing barcodes from Base64 image.
    Object Model
    WebBarcodeReaderSettings WebBarcodeReadFromBase64RequestParams
    Syntax
    'Declaration
    
    Public Class WebBarcodeReadFromBase64RequestParams
       Inherits Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public class WebBarcodeReadFromBase64RequestParams : Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public __gc class WebBarcodeReadFromBase64RequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase*
    
    
    public ref class WebBarcodeReadFromBase64RequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Barcode.Web.Services.WebBarcodeReadFromBase64RequestParams

    Requirements

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

    See Also