Skip to main content
All docs
V24.1

EPCDataConverter.BeneficiaryName Property

Gets or sets a value for the BeneficiaryName data element.

Namespace: DevExpress.XtraPrinting.BarCode.EPC

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string BeneficiaryName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the beneficiary.

See Also