VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_CreditorAddressType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CreditorAddressType Method
    In This Topic
    Sets the creditor address type, which is specified using a code.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_CreditorAddressType(value);
    
    
    function set_CreditorAddressType(
    value
    The creditor address type, which is specified using a code. Available values: "S" - structured address, "K" - combined address elements (2 lines).
    : string
    ) : any;

    Parameters

    value
    The creditor address type, which is specified using a code. Available values: "S" - structured address, "K" - combined address elements (2 lines).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also