QrCodeTypes
QrCodeTypes class
QRCode Types container.
public static class QrCodeTypes
Egenskaper
| namn | 
Beskrivning | 
| static AllTypes { get; } | 
Alla QRCode-typer. | 
Metoder
| namn | 
Beskrivning | 
| static Parse(string) | 
Returnerar QRCode-typ med pasringType-namn. Om namnet på QRCoden är okänt - Undantaget blir throw | 
| static TryParse(string) | 
Returnerar QRCode-typ med pasringType-namn. Om namnet på QRCode är okänt - inget undantag kommer att kastas men metoden returnerar nullvärde. | 
Fält
| namn | 
Beskrivning | 
| static readonly Aztec | 
Aztec QR-Code Type-objekt. | 
| 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 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 QR | 
QR QR-kodtypobjekt. | 
Se även