QREncodeType
QREncodeType enumeration
QR / MicroQR-Wahlmodus. Wählen Sie ForceQR für Standard-QR-Symbole, Auto für MicroQR. ForceMicroQR wird für die strenge Generierung von MicroQR-Symbolen verwendet, wenn dies möglich ist.
public enum QREncodeType
Werte
Name | Wert | Beschreibung |
---|---|---|
Auto | 0 | -Modus startet Barcode-Versionsverhandlung von MicroQR V1 |
ForceQR | 1 | -Modus startet die Barcode-Versionsaushandlung von QR V1 |
ForceMicroQR | 2 | Der Modus startet die Aushandlung der Barcode-Version von MicroQR V1 bis V4. Wenn Daten nicht in MicroQR codiert werden können, wird eine Ausnahme ausgelöst. |
Siehe auch
- namensraum Aspose.BarCode.Generation
- Montage Aspose.BarCode