CodeGlyphX logo
CodeGlyphX

API Reference

Enum

CodeGlyphKind

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

Kind of decoded symbol.

Inheritance

  • Enum
  • CodeGlyphKind

Usage

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

Values

public const CodeGlyphKind Qr #

QR code.

Value: 0
public const CodeGlyphKind Barcode1D #

1D barcode.

Value: 1
public const CodeGlyphKind DataMatrix #

Data Matrix (ECC200).

Value: 2
public const CodeGlyphKind Pdf417 #

PDF417.

Value: 3
public const CodeGlyphKind Aztec #

Aztec.

Value: 4