Aspose.Barcode for Python via Java Generation and Recognition API docs
|
QR / MicroQR selector mode. More...
Inherits Enum.
Static Public Attributes | |
int | AUTO = 0 |
Mode starts barcode version negotiation from MicroQR V1. More... | |
int | FORCE_MICRO_QR = 2 |
Mode starts barcode version negotiation from from MicroQR V1 to V4. More... | |
int | FORCE_QR = 1 |
Mode starts barcode version negotiation from QR V1. More... | |
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.
|
static |
Mode starts barcode version negotiation from MicroQR V1.
|
static |
Mode starts barcode version negotiation from from MicroQR V1 to V4.
If data cannot be encoded into MicroQR, exception is thrown.
|
static |
Mode starts barcode version negotiation from QR V1.