Class QrConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a QR configuration of BarcodeGenerator.
C#Copypublic class QrConfiguration
- Inheritance
-
QrConfiguration
Constructors
View Source
QrConfiguration(QrMode, ErrorCorrectionLevel, Int32)
Initializes a new instance of the QrConfiguration class.
Declaration
C#Copypublic QrConfiguration(QrMode qrMode, ErrorCorrectionLevel ecc, int version)
Parameters
Type | Name | Description |
---|---|---|
QrMode | qrMode | Encoding mode for the message. |
ErrorCorrectionLevel | ecc | Error correction level. |
System.Int32 | version | QR code version. From 1 to 40 inclusive. |
Examples
Copyvar qrConfig = new QrConfiguration(QrMode.Numeric, ErrorCorrectionLevel.Medium, 30);
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
System.ArgumentException |
|
API Level: 4
Properties
Declaration
C#Copypublic ErrorCorrectionLevel ErrorCorrectionLevel { get; }
Property Value
Type | Description |
---|---|
ErrorCorrectionLevel |
API Level: 4
Declaration
C#Copypublic QrMode Mode { get; }
Property Value
Type | Description |
---|---|
QrMode |
API Level: 4
Declaration
C#Copypublic int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |