CodeGlyphX logo
CodeGlyphX

API Reference

Enum

MaxiCodeMode

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

MaxiCode operating modes defined by ISO/IEC 16023.

Inheritance

  • Enum
  • MaxiCodeMode

Usage

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

Values

public const MaxiCodeMode Auto #

Select Mode 2 or 3 when a primary carrier message is supplied; otherwise select Mode 4.

Value: 0
public const MaxiCodeMode StructuredCarrierNumeric #

Structured carrier message with a numeric postal code.

Value: 2
public const MaxiCodeMode StructuredCarrierAlphanumeric #

Structured carrier message with an alphanumeric postal code.

Value: 3
public const MaxiCodeMode Standard #

Standard error correction.

Value: 4
public const MaxiCodeMode FullEcc #

Enhanced secondary-message error correction.

Value: 5
public const MaxiCodeMode ReaderProgramming #

Reader programming.

Value: 6