Skip to main content
All docs
V23.2

EPCDataConverter.Version Property

Gets or sets the EPC QR Code version.

Namespace: DevExpress.XtraPrinting.BarCode.EPC

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

NuGet Package: DevExpress.Printing.Core

Declaration

public EPCVersion Version { get; set; }

Property Value

Type Description
EPCVersion

An EPCVersion enumeration value that specifies the version.

Available values:

Name Description
Version1

001

Version2

002

See Also