API Reference
Class
DataMatrixDecodeDiagnostics
Diagnostics for Data Matrix decoding.
Inheritance
- Object
- DataMatrixDecodeDiagnostics
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodeImage
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePng
- Method DataMatrixCode.TryDecodePngFile
- Method DataMatrixCode.TryDecodePngFile
- Method DataMatrixCode.TryDecodePngFile
Constructors
public DataMatrixDecodeDiagnostics() #Inherited Methods
Properties
public Int32 AttemptCount { get; set; } #Number of decode attempts (rotations + mirror).
public Boolean MirroredTried { get; set; } #True when mirrored decode was attempted.
public Boolean Success { get; set; } #True when decode succeeded.
public virtual String Failure { get; set; } #Optional failure message when decoding fails.