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

    Sets the additional payment information and returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRCodeEPCOptionsBuilder WithInformation(
        string information
    )

    Parameters

    Name Type Description
    information String

    The additional payment information.

    Returns

    Type Description
    QRCodeEPCOptionsBuilder

    The builder instance for method chaining.

    See Also