UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum Class Reference

QR Code data can be stored using different encoding types which affect the storage capacity of the barcode. More...

Inheritance diagram for LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum:

Static Public Attributes

int NUMERIC = 0
 
int ALPHA_NUMERIC = 1
 
int BINARY = 2
 
int KANJI = 3
 

Detailed Description

QR Code data can be stored using different encoding types which affect the storage capacity of the barcode.

In order to optimize barcode data capacity, it may sometimes be desirable to manually encode different data types to match the type of data being stored in the QR Barcode. For example, Numeric data (numbers only) can be stored more efficiently than other data types and if there is a long string of numbers, it may be more efficient to store the data in Numeric format.

Member Data Documentation

◆ ALPHA_NUMERIC

int LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum.ALPHA_NUMERIC = 1
static

◆ BINARY

int LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum.BINARY = 2
static

◆ KANJI

int LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum.KANJI = 3
static

◆ NUMERIC

int LabelMaker.Interfaces.IBcdQRCode.QRCodeManualEncodingEnum.NUMERIC = 0
static

The documentation for this class was generated from the following file: