CodeGlyphX logo
CodeGlyphX

API Reference

Class

DotCodeDecoder

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers static

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: Boolean

Attempts to decode a DotCode grid and return only its text.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
text System.String@ requiredposition: 1
public static Boolean TryDecodeDetailed(BitMatrix modules, out DotCodeDecoded decoded) #
Returns: Boolean

Attempts to decode a DotCode grid and preserve control metadata.

Parameters

modules CodeGlyphX.BitMatrix requiredposition: 0
decoded CodeGlyphX.DotCodeDecoded@ requiredposition: 1