VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_UltimateDebtorBuildingNumberOrAddressLine2 Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_UltimateDebtorBuildingNumberOrAddressLine2 Method
    In This Topic
    Sets the structured Address: Street/P.O. Box from the debtor's address.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_UltimateDebtorBuildingNumberOrAddressLine2(value);
    
    
    function set_UltimateDebtorBuildingNumberOrAddressLine2(
    value
    The structured Address: Street/P.O. Box from the debtor's address. Structured Address: maximum 16 characters allowed. Combined address elements: maximum 70 characters permitted. Must be provided for address type "K".
    : string
    ) : any;

    Parameters

    value
    The structured Address: Street/P.O. Box from the debtor'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