Skip to main content
All docs
V26.1
  • QRCodeEPCOptions.EPCEncoding Property

    Get or sets the EPC encoding type.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public EPCEncoding EPCEncoding { get; set; }

    Property Value

    Type Description
    EPCEncoding

    The EPC encoding type.

    Available values:

    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.

    See Also