QrCodeTypes
QrCodeTypes class
contenitore Tipi QRCode.
public static class QrCodeTypes
Proprietà
| Nome | 
Descrizione | 
| static AllTypes { get; } | 
Tutti i tipi di QRCode. | 
Metodi
| Nome | 
Descrizione | 
| static Parse(string) | 
Restituisce il tipo QRCode con il nome pasringType. Se il nome del QRCode è sconosciuto, l’eccezione sarà throw | 
| static TryParse(string) | 
Restituisce il tipo QRCode con il nome pasringType. Se il nome del QRCode è sconosciuto, non verrà lanciata alcuna eccezione ma il metodo restituirà un valore nullo. | 
Campi
| Nome | 
Descrizione | 
| static readonly Aztec | 
Oggetto del tipo di codice QR azteco. | 
| static readonly DataMatrix | 
DataMatrix QR-Code Tipo oggetto. | 
| static readonly GS1DataMatrix | 
GS1 DataMatrix QR-Code Tipo oggetto. | 
| static readonly GS1QR | 
Oggetto tipo QR-Code GS1. | 
| static readonly HIBCLICAztec | 
HIBC LIC Aztec QR-Code Tipo oggetto. | 
| static readonly HIBCLICDataMatrix | 
HIBC LIC Data Matrix QR-Code Tipo oggetto. | 
| static readonly HIBCLICQR | 
HIBC LIC QR-Code Tipo oggetto. | 
| static readonly QR | 
QR QR-Code Tipo oggetto. | 
Guarda anche