VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_CreditorBuildingNumberOrAddressLine2 Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_CreditorBuildingNumberOrAddressLine2 Method
In This Topic
Sets the structured Address: Street/P.O. Box from the creditor's address.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_CreditorBuildingNumberOrAddressLine2(value);

Parameters

value
The structured Address: Street/P.O. Box from the creditor's address. Structured Address: maximum 16 characters allowed. Combined address elements: maximum 70 characters permitted. Must be provided for address type "K".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also