VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_QRSymbol Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_QRSymbol Method
    In This Topic
    Sets the QR symbol version (symbol size).
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebQRSymbolVersionEnumJS
    
    returnValue = instance.set_QRSymbol(value);
    
    
    function set_QRSymbol(
    value
    An instance of WebQRSymbolVersionEnumJS class that defines the QR symbol version (symbol size).
    : WebQRSymbolVersionEnumJS
    ) : any;

    Parameters

    value
    An instance of WebQRSymbolVersionEnumJS class that defines the QR symbol version (symbol size).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also