API Reference
Class
DotCodeDecoder
Decodes exact sampled DotCode module grids with prime-field Reed-Solomon correction.
Inheritance
- Object
- DotCodeDecoder
Methods
public static Boolean TryDecode(BitMatrix modules, out String text) #Returns:
BooleanAttempts to decode a DotCode grid and return only its text.
Parameters
- modules CodeGlyphX.BitMatrix
- text System.String@
public static Boolean TryDecodeDetailed(BitMatrix modules, out DotCodeDecoded decoded) #Returns:
BooleanAttempts to decode a DotCode grid and preserve control metadata.
Parameters
- modules CodeGlyphX.BitMatrix
- decoded CodeGlyphX.DotCodeDecoded@