API Reference
DataMatrixDecoder
Decodes Data Matrix (ECC200) symbols.
Inheritance
- Object
- DataMatrixDecoder
Methods
public static Boolean TryDecode(BitMatrix modules, out String value) #BooleanAttempts to decode a Data Matrix symbol from a module matrix.
Parameters
- modules CodeGlyphX.BitMatrix
- value System.String@
public static Boolean TryDecode(BitMatrix modules, out String value, out DataMatrixDecodeDiagnostics diagnostics) #BooleanAttempts to decode a Data Matrix symbol from a module matrix, with cancellation.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(CodeGlyphX.BitMatrix modules, System.String@ value, CodeGlyphX.DataMatrixDecodeDiagnostics@ diagnostics) #Attempts to decode a Data Matrix symbol from a module matrix, with diagnostics.
Parameters
- modules CodeGlyphX.BitMatrix
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@
public static Boolean TryDecode(BitMatrix modules, CancellationToken cancellationToken, out String value, out DataMatrixDecodeDiagnostics diagnostics) #BooleanAttempts to decode a Data Matrix symbol from a module matrix, with cancellation and diagnostics.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value) #BooleanAttempts to decode a Data Matrix symbol from pixels.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value, out DataMatrixDecodeDiagnostics diagnostics) #BooleanAttempts to decode a Data Matrix symbol from pixels, with cancellation.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(System.ReadOnlySpan{System.Byte} pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value, CodeGlyphX.DataMatrixDecodeDiagnostics@ diagnostics) #Attempts to decode a Data Matrix symbol from pixels, with diagnostics.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, CancellationToken cancellationToken, out String value, out DataMatrixDecodeDiagnostics diagnostics) #BooleanAttempts to decode a Data Matrix symbol from pixels, with cancellation and diagnostics.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value) #Attempts to decode a Data Matrix symbol from pixels.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, System.String@ value) #Attempts to decode a Data Matrix symbol from pixels, with cancellation.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value, CodeGlyphX.DataMatrixDecodeDiagnostics@ diagnostics) #Attempts to decode a Data Matrix symbol from pixels, with diagnostics.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, System.String@ value, CodeGlyphX.DataMatrixDecodeDiagnostics@ diagnostics) #Attempts to decode a Data Matrix symbol from pixels, with cancellation and diagnostics.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.DataMatrixDecodeDiagnostics@