CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrArtWarningKind

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

Warning kinds for QR art safety evaluation.

Inheritance

  • Enum
  • QrArtWarningKind

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 QrArtWarningKind QuietZoneTooSmall #

Quiet zone is below the recommended size (4 modules).

Value: 0
public const QrArtWarningKind ModuleSizeTooSmall #

Module size is too small for reliable scanning.

Value: 1
public const QrArtWarningKind LowContrast #

Contrast between foreground and background is too low.

Value: 2
public const QrArtWarningKind LowContrastGradient #

Gradient includes colors with low contrast against the background.

Value: 3
public const QrArtWarningKind LowContrastPalette #

Palette includes colors with low contrast against the background.

Value: 4
public const QrArtWarningKind ModuleScaleTooSmall #

Module scale is too small (excessive rounding or shrink).

Value: 5
public const QrArtWarningKind FunctionalPatternsUnprotected #

Functional patterns are not protected while decorative styling is enabled.

Value: 6
public const QrArtWarningKind QuietZonePatterned #

Background pattern may be drawn into the quiet zone.

Value: 7
public const QrArtWarningKind LogoTooLarge #

Logo covers too much of the QR area.

Value: 8
public const QrArtWarningKind LogoNeedsHighEcc #

Logo is used with low error correction.

Value: 9