QrCodeTypes
QrCodeTypes class
QRCode Typen container.
public static class QrCodeTypes
Eigenschappen
Naam |
Beschrijving |
static AllTypes { get; } |
Alle QRCode-typen. |
methoden
Naam |
Beschrijving |
static Parse(string) |
Retourneert QRCode-type met pasringType-naam. Als de naam van QRCode onbekend is - Uitzondering is throw |
static TryParse(string) |
Retourneert QRCode-type met pasringType-naam. Als de naam van QRCode onbekend is, wordt er geen uitzondering gegenereerd, maar retourneert de methode null-waarde. |
Velden
Naam |
Beschrijving |
static readonly Aztec |
Azteekse QR-code Type object. |
static readonly DataMatrix |
DataMatrix QR-Code Type object. |
static readonly GS1DataMatrix |
GS1 DataMatrix QR-Code Type object. |
static readonly GS1QR |
GS1 QR-Code Type object. |
static readonly HIBCLICAztec |
HIBC LIC Azteekse 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 QR |
QR QR-code Type object. |
Zie ook