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
public const CodeGlyphKind MicroQr #

Micro QR code.

Value: 5
public const CodeGlyphKind RmQr #

Rectangular Micro QR code.

Value: 6
public const CodeGlyphKind MaxiCode #

MaxiCode.

Value: 7
public const CodeGlyphKind DotCode #

AIM DotCode.

Value: 8
public const CodeGlyphKind HanXin #

Han Xin Code.

Value: 9
public const CodeGlyphKind Gs1Composite #

GS1 Composite symbol.

Value: 10