Skip to main content
All docs
V23.2

EPCDataConverter.IBAN Property

Gets or sets a value for the IBAN data element.

Namespace: DevExpress.XtraPrinting.BarCode.EPC

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string IBAN { get; set; }

Property Value

Type Description
String

A String value that specifies the IBAN of the account of the beneficiary.

See Also