Table of Contents

Class ECI

Namespace
ZXing.Common
Assembly
zxing.dll

Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations" 5.3 of ISO 18004.

public abstract class ECI
Inheritance
ECI
Derived
Inherited Members

Properties

Value

the ECI value

public virtual int Value { get; }

Property Value

int

Methods

getECIByValue(int)

public static ECI getECIByValue(int val)

Parameters

val int

ECI value

Returns

ECI

ECI representing ECI of given value, or null if it is legal but unsupported