EPCEncoding Enum
Specifies the encoding (character set) for the EPC QR Code.
Namespace: DevExpress.XtraPrinting.BarCode.EPC
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
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 |
Related API Members
The following properties accept/return EPCEncoding values:
See Also