Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
MicroQRVersion Class Reference

Version of MicroQR Code. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 Specifies to automatically pick up the best version for MicroQR. More...
 
int M1 = 1
 Specifies version M1 for Micro QR with 11 x 11 modules. More...
 
int M2 = 2
 Specifies version M2 for Micro QR with 13 x 13 modules. More...
 
int M3 = 3
 Specifies version M3 for Micro QR with 15 x 15 modules. More...
 
int M4 = 4
 Specifies version M4 for Micro QR with 17 x 17 modules. More...
 

Detailed Description

Version of MicroQR Code.

From M1 to M4.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

Specifies to automatically pick up the best version for MicroQR.

This is default value.

◆ M1

int M1 = 1
static

Specifies version M1 for Micro QR with 11 x 11 modules.

◆ M2

int M2 = 2
static

Specifies version M2 for Micro QR with 13 x 13 modules.

◆ M3

int M3 = 3
static

Specifies version M3 for Micro QR with 15 x 15 modules.

◆ M4

int M4 = 4
static

Specifies version M4 for Micro QR with 17 x 17 modules.