Enum QrMode
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Specifies the supported QR code encoding modes.
public enum QrMode
Fields
Name | Description |
---|---|
AlphaNumeric | Alphanumeric characters, '$', '%', '*', '+', '-', '.', '/', and ':'. |
Byte | Raw 8-bit bytes. |
Numeric | Numeric digits. |
Utf8 | UTF-8 character encoding. |