VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_SwissQrCodeBarcodeValue Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SwissQrCodeBarcodeValue Method
    In This Topic
    Sets the value of Swiss QR Code barcode.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebSwissQrCodeBarcodeValueJS
    
    returnValue = instance.set_SwissQrCodeBarcodeValue(value);
    
    
    function set_SwissQrCodeBarcodeValue(
    value
    Instance of WebSwissQrCodeBarcodeValueJS class.
    : WebSwissQrCodeBarcodeValueJS
    ) : any;

    Parameters

    value
    Instance of WebSwissQrCodeBarcodeValueJS class.
    Exceptions
    ExceptionDescription
    Thrown if BarcodeSubset property is not PPN.
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also