QrCodeTypes class

QrCodeTypes class

QRCode Types container.

The QrCodeTypes type exposes the following members:

Properties

Property Description
all_types All QRCode types.
AZTEC Aztec QR-Code Type object.
DATA_MATRIX DataMatrix QR-Code Type object.
QR QR QR-Code Type object.
GS1_DATA_MATRIX GS1 DataMatrix QR-Code Type object.
GS1QR GS1 QR-Code Type object.
HIBCLICQR HIBC LIC QR-Code Type object.
HIBCLIC_DATA_MATRIX HIBC LIC Data Matrix QR-Code Type object.
HIBCLIC_AZTEC HIBC LIC Aztec QR-Code Type object.
HIBCPASQR HIBC PAS QR-Code Type object.
HIBCPAS_DATA_MATRIX HIBC PAS Data Matrix QR-Code Type object.
HIBCPAS_AZTEC HIBC PAS Aztec QR-Code Type object.
HAN_XIN Han Xin QR-Code Type object.
GS1_HAN_XIN GS1 Han Xin QR-Code Type object.
RECT_MICRO_QR RectMicroQR Type object.
MICRO_QR MicroQR Type object.

Methods

Method Description
parse Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw
try_parse Returns QRCode type with pasringType name.
If name of QRCode is unknown - no Exception will be throw but method will return null value.

See Also