CodeGlyphX logo
CodeGlyphX

API Reference

Enum

RmQrEncodingMode

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

High-level data modes supported by rectangular Micro QR (rMQR).

Inheritance

  • Enum
  • RmQrEncodingMode

Usage

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

Values

public const RmQrEncodingMode Auto #

Select the smallest whole-payload mode that can represent the input.

Value: 0
public const RmQrEncodingMode Numeric #

Encode decimal digits in numeric mode.

Value: 1
public const RmQrEncodingMode Alphanumeric #

Encode the QR alphanumeric character set.

Value: 2
public const RmQrEncodingMode Byte #

Encode bytes using the selected text encoding.

Value: 3
public const RmQrEncodingMode Kanji #

Encode Shift-JIS double-byte characters in Kanji mode.

Value: 4