Aspose.Barcode for Python via Java Generation and Recognition API docs
QREncodeType Class Reference

QR / MicroQR selector mode. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 Mode starts barcode version negotiation from MicroQR V1. More...
 
int FORCE_QR = 1
 Mode starts barcode version negotiation from QR V1. More...
 
int FORCE_MICRO_QR = 2
 Mode starts barcode version negotiation from from MicroQR V1 to V4. More...
 

Detailed Description

QR / MicroQR selector mode.

Select FORCE_QR for standard QR symbols, AUTO for MicroQR. FORCE_MICRO_QR is used for strongly MicroQR symbol generation if it is possible.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

Mode starts barcode version negotiation from MicroQR V1.

◆ FORCE_MICRO_QR

int FORCE_MICRO_QR = 2
static

Mode starts barcode version negotiation from from MicroQR V1 to V4.

If data cannot be encoded into MicroQR, exception is thrown.

◆ FORCE_QR

int FORCE_QR = 1
static

Mode starts barcode version negotiation from QR V1.