CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrEciMode

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

Controls when a QR byte segment declares its character encoding with ECI.

Inheritance

  • Enum
  • QrEciMode

Usage

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

Returned or exposed by

Values

public const QrEciMode Auto #

Emits ECI only when it is required to preserve non-ASCII text.

Value: 0
public const QrEciMode Always #

Always emits ECI when the selected character encoding has an assignment number.

Value: 1
public const QrEciMode Never #

Never emits ECI. Use only when the reader already knows the byte encoding.

Value: 2