Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QRMode

QR Mode (datatype)

The amount of data that can be stored in the QR code symbol depends on the datatype (mode, or input character set).

see

https://en.wikipedia.org/wiki/QR_code#Storage

readonly
export

Index

Enumeration members

Enumeration members

Alphanumeric

Alphanumeric: = 2

0–9, A–Z (upper-case only), space, $, %, *, +, -, ., /, :

see

https://en.wikipedia.org/wiki/Alphanumeric

Byte

Byte: = 4

ECI

ECI: = 7

ECI: AIM ECI(Extended Channel Interpretation).

This mode does not need to be used, just enable ECI in CreatorOptions.

see

https://en.wikipedia.org/wiki/Extended_Channel_Interpretation

Kanji

Kanji: = 8

Numeric

Numeric: = 1

Numeric only: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Generated using TypeDoc