New to Telerik ReportingStart a free 30-day trial

Defines the QRCode encoder class.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class QRCodeEncoder : Encoder2D

Inheritance: objectEncoderEncoder2DQRCodeEncoder

Derived Classes: SwissQRCodeEncoder

Inherited Members Encoder.ToString()

Constructors

Initializes a new instance of the QRCodeEncoder class.

C#
public QRCodeEncoder()

Properties

Gets or sets the ApplicationIndicator entered by the user.

C#
public string ApplicationIndicator { get; set; }

Gets or sets the Extended Channel Interpretation (ECI) mode.

C#
public virtual ECIMode ECI { get; set; }

Gets or sets the error correction Level.

C#
public virtual ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }

Gets or sets the FNC1 entered by the user.

C#
public FNC1Mode FNC1 { get; set; }

Gets or sets the type of code, such as Numeric, Alphanumeric, Byte or Kanji.

C#
public CodeMode Mode { get; set; }

Gets or sets the Version entered by the user.

C#
public int Version { get; set; }