Class
ECIBase

Serves as the base class for handling Extended Channel Interpretations (ECI), providing properties to manage Unicode and encoded values.

Definition

Namespace:QRClassLibrary

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class ECIBase

Inheritance: objectECIBase

Constructors

ECIBase()

Declaration

cs-api-definition
protected ECIBase()

Properties

EncodedValues

Gets or sets the EncodedValues.

Declaration

cs-api-definition
public List<string> EncodedValues { get; set; }

Property Value

List<string>

The EncodedValues.

UnicodeValues

Gets or sets the UnicodeValues.

Declaration

cs-api-definition
public List<string> UnicodeValues { get; set; }

Property Value

List<string>

The UnicodeValues.