API Reference
Class
HanXinDecoder
Decodes exact sampled Han Xin Code grids with structural and data Reed-Solomon correction.
Inheritance
- Object
- HanXinDecoder
Methods
public static Boolean TryDecode(BitMatrix modules, out String text) #Returns:
BooleanAttempts to decode a Han Xin Code grid and return only its text.
Parameters
- modules CodeGlyphX.BitMatrix
- text System.String@
public static Boolean TryDecodeDetailed(BitMatrix modules, out HanXinDecoded decoded) #Returns:
BooleanAttempts to decode a Han Xin Code grid and preserve structural metadata.
Parameters
- modules CodeGlyphX.BitMatrix
- decoded CodeGlyphX.HanXinDecoded@