CodeGlyphX logo
CodeGlyphX

API Reference

Struct

QrDecodeInfo

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

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

Accepted by parameters

Methods

public override String ToString() #
Returns: String

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.