CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrTextEncoding

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

QR text encodings supported for payloads and ECI.

Inheritance

  • Enum
  • QrTextEncoding

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const QrTextEncoding Latin1 #

ISO-8859-1 (Latin-1).

Value: 0
public const QrTextEncoding Utf8 #

UTF-8.

Value: 1
public const QrTextEncoding Ascii #

US-ASCII.

Value: 2
public const QrTextEncoding Iso8859_2 #

ISO-8859-2.

Value: 3
public const QrTextEncoding Iso8859_4 #

ISO-8859-4.

Value: 4
public const QrTextEncoding Iso8859_5 #

ISO-8859-5.

Value: 5
public const QrTextEncoding Iso8859_7 #

ISO-8859-7.

Value: 6
public const QrTextEncoding Iso8859_10 #

ISO-8859-10.

Value: 7
public const QrTextEncoding Iso8859_15 #

ISO-8859-15.

Value: 8
public const QrTextEncoding ShiftJis #

Shift-JIS (JIS X 0208 + halfwidth katakana).

Value: 9