Enum QREncodeType

Enum QREncodeType

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

QR / MicroQR Selektormodus. Wählen Sie ForceQR für standardmäßige QR-Symbole, Auto für MicroQR.
ForceMicroQR wird verwendet, um stark MicroQR-Symbole zu generieren, wenn dies möglich ist.

public enum QREncodeType

Felder

Auto = 0

Modus beginnt die Verhandlung der Barcode-Version von MicroQR V1

ForceMicroQR = 2

Modus beginnt die Verhandlung der Barcode-Version von MicroQR V1 bis V4. Wenn Daten nicht in MicroQR codiert werden können, wird eine Ausnahme ausgelöst.

ForceQR = 1

Modus beginnt die Verhandlung der Barcode-Version von QR V1

 Deutsch