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

NameWertBeschreibung
Auto0-Modus startet Barcode-Versionsverhandlung von MicroQR V1
ForceQR1-Modus startet die Barcode-Versionsaushandlung von QR V1
ForceMicroQR2Der 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