QrCodeTypes
QrCodeTypes class
QRCode Types container.
public static class QrCodeTypes
Properties
Name |
Description |
static AllTypes { get; } |
All QRCode types. |
Methods
Name |
Description |
static Parse(string) |
Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw |
static TryParse(string) |
Returns QRCode type with pasringType name. If name of QRCode is unknown - no Exception will be throw but method will return null value. |
Fields
Name |
Description |
static readonly Aztec |
Aztec QR-Code Type object. |
static readonly DataMatrix |
DataMatrix QR-Code Type object. |
static readonly GS1DataMatrix |
GS1 DataMatrix QR-Code Type object. |
static readonly GS1HanXin |
GS1 Han Xin QR-Code Type object. |
static readonly GS1QR |
GS1 QR-Code Type object. |
static readonly HanXin |
Han Xin QR-Code Type object. |
static readonly HIBCLICAztec |
HIBC LIC Aztec QR-Code Type object. |
static readonly HIBCLICDataMatrix |
HIBC LIC Data Matrix QR-Code Type object. |
static readonly HIBCLICQR |
HIBC LIC QR-Code Type object. |
static readonly HIBCPASAztec |
HIBC PAS Aztec QR-Code Type object. |
static readonly HIBCPASDataMatrix |
HIBC PAS Data Matrix QR-Code Type object. |
static readonly HIBCPASQR |
HIBC PAS QR-Code Type object. |
static readonly MicroQR |
MicroQR Type object. |
static readonly QR |
QR QR-Code Type object. |
static readonly RectMicroQR |
RectMicroQR Type object. |
See Also