VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderJS type / WebBarcodeReaderJS Constructor(WebServiceJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebBarcodeReaderJS Constructor(WebServiceJS)
    In This Topic
    Initializes a new instance of the WebBarcodeReaderJS class.
    Syntax
    // Parameters
    var service; // Type: WebServiceJS
    
    var instance = new Vintasoft.Barcode.WebBarcodeReaderJS(service);
    
    
    function WebBarcodeReaderJS(
    service
    An instance of WebServiceJS class that should be used for barcode reading.
    : WebServiceJS
    ) : WebBarcodeReaderJS;

    Parameters

    service
    An instance of WebServiceJS class that should be used for barcode reading.
    Browser Compatibility
    9
    5
    11
    5
    See Also