Skip to main content
All docs
V23.2

EPCDataConverter.Encoding Property

Gets or sets the encoding (character set) for EPC QR Codes.

Namespace: DevExpress.XtraPrinting.BarCode.EPC

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

NuGet Package: DevExpress.Printing.Core

Declaration

public EPCEncoding Encoding { get; set; }

Property Value

Type Description
EPCEncoding

An EPCEncoding enumeration value that specifies the encoding.

Available values:

Name Description
UTF_8

UTF-8

ISO_8859_1

ISO 8859-1

ISO_8859_2

ISO 8859-2

ISO_8859_4

ISO 8859-4

ISO_8859_5

ISO 8859-5

ISO_8859_7

ISO 8859-7

ISO_8859_10

ISO 8859-10

ISO_8859_15

ISO 8859-15

See Also