Skip to main content
All docs
V26.1
  • EPCEncoding Enum

    Lists values that indicate the encoding type of an EPC (Electronic Product Code) QR barcode.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public enum EPCEncoding

    Members

    Name Description
    UTF_8

    The UTF-8 encoding type.

    ISO_8859_1

    The ISO 8859-1 encoding type.

    ISO_8859_2

    The ISO 8859-2 encoding type.

    ISO_8859_4

    The ISO 8859-4 encoding type.

    ISO_8859_5

    The ISO 8859-5 encoding type.

    ISO_8859_7

    The ISO 8859-7 encoding type.

    ISO_8859_10

    The ISO 8859-10 encoding type.

    ISO_8859_15

    The ISO 8859-15 encoding type.

    Related API Members

    The following properties accept/return EPCEncoding values:

    See Also