set_AlternativeSchemeParameters1 Method
In This Topic
Sets the parameter character chain of the alternative scheme 1.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_AlternativeSchemeParameters1(value);
function set_AlternativeSchemeParameters1(
: string
) : any;
Parameters
- value
- The parameter character chain of the alternative scheme 1. Maximum 100 characters permitted.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also