QRCodeEncoder
Class
Defines the QRCode encoder class.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class QRCodeEncoder : Encoder2D
Inheritance: objectEncoderEncoder2DQRCodeEncoder
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the QRCodeEncoder class.
C#
public QRCodeEncoder()
Properties
ApplicationIndicator
string
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 type of code, such as Numeric, Alphanumeric, Byte or Kanji.
C#
public CodeMode Mode { get; set; }
Version
int
Gets or sets the Version entered by the user.
C#
public int Version { get; set; }