Class SwissQRCode
Represents the SwissQRCode symbology type.
Inherited Members
Namespace: Telerik.WinControls.UI.Barcode.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SwissQRCode : QRCode, ISymbology, INotifyPropertyChanged
Constructors
SwissQRCode()
Declaration
public SwissQRCode()
SwissQRCode(CodeMode, Int32, ErrorCorrectionLevel, ECIMode, FNC1Mode, String)
Declaration
public SwissQRCode(CodeMode mode, int version, ErrorCorrectionLevel errorLevel, ECIMode eciMode, FNC1Mode fncMode, string appIndicator)
Parameters
CodeMode
mode
|
System.Int32
version
|
ErrorCorrectionLevel
errorLevel
|
ECIMode
eciMode
|
FNC1Mode
fncMode
|
System.String
appIndicator
|
Properties
ApplicationIndicator
Gets or sets the application identifier to be encoded in the QR code. Not applicable for SwissQRCode. Not applicable for SwissQRCode
Declaration
public override string ApplicationIndicator { get; set; }
Property Value
System.String
|
Overrides
CodeMode
Gets or sets the type of code that will be used for encoding, such as Numeric, Alphanumeric, Byte or Kanji. Not applicable for SwissQRCode
Declaration
public override CodeMode CodeMode { get; set; }
Property Value
CodeMode
|
Overrides
ECIMode
Gets or sets the Extended Channel Interpretation (ECI) mode, which allows for encoding of characters from other sets. Not applicable for SwissQRCode
Declaration
public override ECIMode ECIMode { get; set; }
Property Value
ECIMode
|
Overrides
ErrorCorrectionLevel
Gets or sets how much data will be available for error correction. Not applicable for SwissQRCode
Declaration
public override ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
ErrorCorrectionLevel
|
Overrides
FNC1Mode
Gets or sets application of special formatting to the code data. Not applicable for SwissQRCode
Declaration
public override FNC1Mode FNC1Mode { get; set; }
Property Value
FNC1Mode
|