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

    Parameters

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