CodeGlyphX logo
CodeGlyphX

API Reference

Enum

ScanStatus

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

Describes the outcome of a unified symbol scan.

Inheritance

  • Enum
  • ScanStatus

Usage

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

Values

public const ScanStatus Success #

One or more symbols were decoded.

Value: 0
public const ScanStatus NoSymbolFound #

No supported symbol was decoded.

Value: 1
public const ScanStatus Cancelled #

The caller cancelled the operation.

Value: 2
public const ScanStatus DeadlineExceeded #

The configured total deadline elapsed.

Value: 3
public const ScanStatus InvalidImage #

The encoded image or region was invalid.

Value: 4
public const ScanStatus UnsupportedFormats #

None of the requested formats support image scanning.

Value: 5