VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / get_Version Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Version Method
    In This Topic
    Gets version of the specifications (Implementation Guidelines) in use on the date on which the Swiss QR Code was created.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var value; // Type: string
    value = instance.get_Version();
    
    
    function get_Version() : string;
    

    Return Value

    Version of the specifications (Implementation Guidelines) in use on the date on which the Swiss QR Code was created.
    Browser Compatibility
    9
    5
    11
    5
    See Also