CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrFnc1Mode

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

Indicates presence of FNC1 mode in a QR payload.

Inheritance

  • Enum
  • QrFnc1Mode

Usage

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

Values

public const QrFnc1Mode None #

No FNC1 mode present.

Value: 0
public const QrFnc1Mode FirstPosition #

FNC1 in first position (GS1).

Value: 1
public const QrFnc1Mode SecondPosition #

FNC1 in second position.

Value: 2