VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_AlternativeSchemeParameters2 Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_AlternativeSchemeParameters2 Method
In This Topic
Sets the parameter character chain of the alternative scheme 2.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_AlternativeSchemeParameters2(value);

Parameters

value
The parameter character chain of the alternative scheme 2. Maximum 100 characters permitted.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also