VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_CreditorStreetOrAddressLine1 Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CreditorStreetOrAddressLine1 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_CreditorStreetOrAddressLine1(value);
    
    
    function set_CreditorStreetOrAddressLine1(
    value
    The structured Address: Street/P.O. Box from the creditor's address. Maximum 70 characters permitted.
    : string
    ) : any;

    Parameters

    value
    The structured Address: Street/P.O. Box from the creditor's address. Maximum 70 characters permitted.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also