CodeGlyphX logo
CodeGlyphX

API Reference

Class

MicroQrDecoder

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers static

Decodes Micro QR codes from a module grid.

Inheritance

  • Object
  • MicroQrDecoder

Methods

public static Boolean TryDecode(BitMatrix modules, out MicroQrDecoded result) #
Returns: Boolean

Attempts to decode a Micro QR code from an exact module grid (no quiet zone).

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
Square matrix of Micro QR modules (dark = true).
result CodeGlyphX.MicroQrDecoded@ requiredposition: 1
Decoded payload.

Returns

true when decoding succeeded; otherwise false.