CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrDecodeProfile

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Speed/accuracy profile for pixel-based QR decoding.

Inheritance

  • Enum
  • QrDecodeProfile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const QrDecodeProfile Fast #

Fastest path (minimal thresholds, no transforms).

Value: 0
public const QrDecodeProfile Balanced #

Balanced speed/robustness.

Value: 1
public const QrDecodeProfile Robust #

Most robust path (more thresholds, transforms, and scales).

Value: 2