Enum QRCodeEncoder.ENCODE_MODE
Data encoding mode used to pack the QR Code payload: alphanumeric, numeric, or raw 8-bit byte.
Namespace: Reportman.Drawing
Assembly: Reportman.Reporting.dll
Syntax
public enum QRCodeEncoder.ENCODE_MODE
Fields
| Name | Description |
|---|---|
| ALPHA_NUMERIC | |
| BYTE | |
| NUMERIC |