VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_QRSymbol Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_QRSymbol Method
    In This Topic
    Gets the QR symbol version (symbol size).
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebQRSymbolVersionEnumJS
    value = instance.get_QRSymbol();
    
    
    function get_QRSymbol() : WebQRSymbolVersionEnumJS;
    

    Return Value

    An instance of WebQRSymbolVersionEnumJS class that defines the QR symbol version (symbol size).
    Browser Compatibility
    9
    5
    11
    5
    See Also