Skip to main content
All docs
V25.1
  • EPCDataConverter.PaymentReference Property

    Gets or sets a value for the PaymentReference data element.

    Namespace: DevExpress.XtraPrinting.BarCode.EPC

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public string PaymentReference { get; set; }

    Property Value

    Type Description
    String

    A String value that specifies the payment information.

    See Also