CodeGlyphX logo
CodeGlyphX

API Reference

Class

BarcodeDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a 1D barcode payload.

Inheritance

  • Object
  • BarcodeDecoded

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 BarcodeType Type { get; } #

Gets the decoded barcode type.

public String Text { get; } #

Gets the decoded text (for EAN/UPC add-ons this includes a '+' suffix, e.g. "123456789012+12").