API Reference
Class
MaxiCodeDecoder
Decodes exact sampled MaxiCode module grids with Reed–Solomon correction.
Inheritance
- Object
- MaxiCodeDecoder
Methods
public static Boolean TryDecode(BitMatrix modules, out String text) #Returns:
BooleanAttempts to decode a MaxiCode grid and return only its secondary text message.
Parameters
- modules CodeGlyphX.BitMatrix
- text System.String@
public static Boolean TryDecodeDetailed(BitMatrix modules, out MaxiCodeDecoded decoded) #Returns:
BooleanAttempts to decode a 30 by 33 MaxiCode module grid.
Parameters
- modules CodeGlyphX.BitMatrix
- decoded CodeGlyphX.MaxiCodeDecoded@