Skip to main content
All docs
V26.1
  • QRCodeEPCOptionsBuilder.WithIBAN(String) Method

    Sets the IBAN (International Bank Account Number) and returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public QRCodeEPCOptionsBuilder WithIBAN(
        string iban
    )

    Parameters

    Name Type Description
    iban String

    The IBAN to be set for the QR code.

    Returns

    Type Description
    QRCodeEPCOptionsBuilder

    The builder instance for method chaining.

    See Also