Class QRCode
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Barcode
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class QRCode : SymbologyBase
Constructors
QRCode()
Declaration
public QRCode()
Fields
ApplicationIndicatorProperty
Declaration
public static readonly BindableProperty ApplicationIndicatorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CodeModeProperty
Declaration
public static readonly BindableProperty CodeModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ECIModeProperty
Declaration
public static readonly BindableProperty ECIModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ErrorCorrectionLevelProperty
Declaration
public static readonly BindableProperty ErrorCorrectionLevelProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FNC1ModeProperty
Declaration
public static readonly BindableProperty FNC1ModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VersionProperty
Declaration
public static readonly BindableProperty VersionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ApplicationIndicator
Gets or sets the application indentifier to be encoded in the QR code.
Declaration
public string ApplicationIndicator { get; set; }
Property Value
System.String
|
CodeMode
Gets or sets the type of code that will be used for encoding, such as Numeric, Alphanumeric, Byte or Kanji.
Declaration
public CodeMode CodeMode { get; set; }
Property Value
CodeMode
|
ECIMode
Gets or sets the Extended Channel Interpretation (ECI) mode, which allows for encoding of characters from other sets.
Declaration
public ECIMode ECIMode { get; set; }
Property Value
ECIMode
|
ErrorCorrectionLevel
Gets or sets how much data will be available for error correction.
Declaration
public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
ErrorCorrectionLevel
|
FNC1Mode
Gets or sets application of special formatting to the code data.
Declaration
public FNC1Mode FNC1Mode { get; set; }
Property Value
FNC1Mode
|
Version
Gets or sets the version of the QR code. The version determines the size of the QR code and the amount of information that can be encoded. Accepted values are in the range [1..40]. If you set the version to a number outside this range, version will be calculated automatically.
Declaration
public int Version { get; set; }
Property Value
System.Int32
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnSymbologyPropertyChanged(String)
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|