Skip to main content
All docs
V26.1
  • QRCodeEPCOptions.RemittanceInformation Property

    Gets or sets the remittance information to be encoded in the QR code.

    Namespace: DevExpress.Docs.Barcode

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string RemittanceInformation { get; set; }

    Property Value

    Type Description
    String

    The remittance information.

    See Also