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

    Sets the BIC (Bank Identifier Code) for the QR code. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRCodeEPCOptionsBuilder WithBIC(
        string bic
    )

    Parameters

    Name Type Description
    bic String

    The BIC to be set for the QR code.

    Returns

    Type Description
    QRCodeEPCOptionsBuilder

    The builder instance for method chaining.

    See Also