CodeGlyphX logo
CodeGlyphX

API Reference

Class

MicroQrPixelDecodeInfo

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Describes how a Micro QR symbol was recognized in an image.

Inheritance

  • Object
  • MicroQrPixelDecodeInfo

Usage

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

Accepted by parameters

Properties

public SymbolGeometry Geometry { get; } #

Gets the detected symbol quadrilateral in source-image coordinates.

public Boolean IsInverted { get; } #

Gets whether light modules on a dark background were recognized.

public Boolean IsMirrored { get; } #

Gets whether the sampled symbol was mirrored.

public Byte Threshold { get; } #

Gets the grayscale threshold used for the successful recognition.