API Reference
Struct
QrDecodeInfo
Diagnostics returned by QR decoding attempts.
Inheritance
- ValueType
- QrDecodeInfo
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
- Property QrPixelDecodeInfo.Module
Accepted by parameters
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
Methods
Inherited Methods
Properties
public QrDecodeFailureReason Failure { get; } #Gets the failure reason.
public Int32 Version { get; } #Gets the decoded QR version (1..40) when available.
public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #Gets the error correction level when available.
public Int32 Mask { get; } #Gets the mask pattern index when available.
public Int32 FormatBestDistance { get; } #Gets the best distance to a format pattern (lower is better).
public Boolean IsSuccess { get; } #Gets a value indicating whether decoding succeeded.
public String Message { get; } #Gets a human-friendly message describing the failure.