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

Version of QR Code. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 Specifies to automatically pick up the best version for QR. More...
 
int VERSION_01 = 1
 Specifies version 1 with 21 x 21 modules. More...
 
int VERSION_02 = 2
 Specifies version 2 with 25 x 25 modules. More...
 
int VERSION_03 = 3
 Specifies version 3 with 29 x 29 modules. More...
 
int VERSION_04 = 4
 Specifies version 4 with 33 x 33 modules. More...
 
int VERSION_05 = 5
 Specifies version 5 with 37 x 37 modules. More...
 
int VERSION_06 = 6
 Specifies version 6 with 41 x 41 modules. More...
 
int VERSION_07 = 7
 Specifies version 7 with 45 x 45 modules. More...
 
int VERSION_08 = 8
 Specifies version 8 with 49 x 49 modules. More...
 
int VERSION_09 = 9
 Specifies version 9 with 53 x 53 modules. More...
 
int VERSION_10 = 10
 Specifies version 10 with 57 x 57 modules. More...
 
int VERSION_11 = 11
 Specifies version 11 with 61 x 61 modules. More...
 
int VERSION_12 = 12
 Specifies version 12 with 65 x 65 modules. More...
 
int VERSION_13 = 13
 Specifies version 13 with 69 x 69 modules. More...
 
int VERSION_14 = 14
 Specifies version 14 with 73 x 73 modules. More...
 
int VERSION_15 = 15
 Specifies version 15 with 77 x 77 modules. More...
 
int VERSION_16 = 16
 Specifies version 16 with 81 x 81 modules. More...
 
int VERSION_17 = 17
 Specifies version 17 with 85 x 85 modules. More...
 
int VERSION_18 = 18
 Specifies version 18 with 89 x 89 modules. More...
 
int VERSION_19 = 19
 Specifies version 19 with 93 x 93 modules. More...
 
int VERSION_20 = 20
 Specifies version 20 with 97 x 97 modules. More...
 
int VERSION_21 = 21
 Specifies version 21 with 101 x 101 modules. More...
 
int VERSION_22 = 22
 Specifies version 22 with 105 x 105 modules. More...
 
int VERSION_23 = 23
 Specifies version 23 with 109 x 109 modules. More...
 
int VERSION_24 = 24
 Specifies version 24 with 113 x 113 modules. More...
 
int VERSION_25 = 25
 Specifies version 25 with 117 x 117 modules. More...
 
int VERSION_26 = 26
 Specifies version 26 with 121 x 121 modules. More...
 
int VERSION_27 = 27
 Specifies version 27 with 125 x 125 modules. More...
 
int VERSION_28 = 28
 Specifies version 28 with 129 x 129 modules. More...
 
int VERSION_29 = 29
 Specifies version 29 with 133 x 133 modules. More...
 
int VERSION_30 = 30
 Specifies version 30 with 137 x 137 modules. More...
 
int VERSION_31 = 31
 Specifies version 31 with 141 x 141 modules. More...
 
int VERSION_32 = 32
 Specifies version 32 with 145 x 145 modules. More...
 
int VERSION_33 = 33
 Specifies version 33 with 149 x 149 modules. More...
 
int VERSION_34 = 34
 Specifies version 34 with 153 x 153 modules. More...
 
int VERSION_35 = 35
 Specifies version 35 with 157 x 157 modules. More...
 
int VERSION_36 = 36
 Specifies version 36 with 161 x 161 modules. More...
 
int VERSION_37 = 37
 Specifies version 37 with 165 x 165 modules. More...
 
int VERSION_38 = 38
 Specifies version 38 with 169 x 169 modules. More...
 
int VERSION_39 = 39
 Specifies version 39 with 173 x 173 modules. More...
 
int VERSION_40 = 40
 Specifies version 40 with 177 x 177 modules. More...
 
int VERSION_M1 = 101
 Specifies version M1 for Micro QR with 11 x 11 modules. More...
 
int VERSION_M2 = 102
 Specifies version M2 for Micro QR with 13 x 13 modules. More...
 
int VERSION_M3 = 103
 Specifies version M3 for Micro QR with 15 x 15 modules. More...
 
int VERSION_M4 = 104
 Specifies version M4 for Micro QR with 17 x 17 modules. More...
 

Detailed Description

Version of QR Code.

From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

Specifies to automatically pick up the best version for QR.

This is default value.

◆ VERSION_01

int VERSION_01 = 1
static

Specifies version 1 with 21 x 21 modules.

◆ VERSION_02

int VERSION_02 = 2
static

Specifies version 2 with 25 x 25 modules.

◆ VERSION_03

int VERSION_03 = 3
static

Specifies version 3 with 29 x 29 modules.

◆ VERSION_04

int VERSION_04 = 4
static

Specifies version 4 with 33 x 33 modules.

◆ VERSION_05

int VERSION_05 = 5
static

Specifies version 5 with 37 x 37 modules.

◆ VERSION_06

int VERSION_06 = 6
static

Specifies version 6 with 41 x 41 modules.

◆ VERSION_07

int VERSION_07 = 7
static

Specifies version 7 with 45 x 45 modules.

◆ VERSION_08

int VERSION_08 = 8
static

Specifies version 8 with 49 x 49 modules.

◆ VERSION_09

int VERSION_09 = 9
static

Specifies version 9 with 53 x 53 modules.

◆ VERSION_10

int VERSION_10 = 10
static

Specifies version 10 with 57 x 57 modules.

◆ VERSION_11

int VERSION_11 = 11
static

Specifies version 11 with 61 x 61 modules.

◆ VERSION_12

int VERSION_12 = 12
static

Specifies version 12 with 65 x 65 modules.

◆ VERSION_13

int VERSION_13 = 13
static

Specifies version 13 with 69 x 69 modules.

◆ VERSION_14

int VERSION_14 = 14
static

Specifies version 14 with 73 x 73 modules.

◆ VERSION_15

int VERSION_15 = 15
static

Specifies version 15 with 77 x 77 modules.

◆ VERSION_16

int VERSION_16 = 16
static

Specifies version 16 with 81 x 81 modules.

◆ VERSION_17

int VERSION_17 = 17
static

Specifies version 17 with 85 x 85 modules.

◆ VERSION_18

int VERSION_18 = 18
static

Specifies version 18 with 89 x 89 modules.

◆ VERSION_19

int VERSION_19 = 19
static

Specifies version 19 with 93 x 93 modules.

◆ VERSION_20

int VERSION_20 = 20
static

Specifies version 20 with 97 x 97 modules.

◆ VERSION_21

int VERSION_21 = 21
static

Specifies version 21 with 101 x 101 modules.

◆ VERSION_22

int VERSION_22 = 22
static

Specifies version 22 with 105 x 105 modules.

◆ VERSION_23

int VERSION_23 = 23
static

Specifies version 23 with 109 x 109 modules.

◆ VERSION_24

int VERSION_24 = 24
static

Specifies version 24 with 113 x 113 modules.

◆ VERSION_25

int VERSION_25 = 25
static

Specifies version 25 with 117 x 117 modules.

◆ VERSION_26

int VERSION_26 = 26
static

Specifies version 26 with 121 x 121 modules.

◆ VERSION_27

int VERSION_27 = 27
static

Specifies version 27 with 125 x 125 modules.

◆ VERSION_28

int VERSION_28 = 28
static

Specifies version 28 with 129 x 129 modules.

◆ VERSION_29

int VERSION_29 = 29
static

Specifies version 29 with 133 x 133 modules.

◆ VERSION_30

int VERSION_30 = 30
static

Specifies version 30 with 137 x 137 modules.

◆ VERSION_31

int VERSION_31 = 31
static

Specifies version 31 with 141 x 141 modules.

◆ VERSION_32

int VERSION_32 = 32
static

Specifies version 32 with 145 x 145 modules.

◆ VERSION_33

int VERSION_33 = 33
static

Specifies version 33 with 149 x 149 modules.

◆ VERSION_34

int VERSION_34 = 34
static

Specifies version 34 with 153 x 153 modules.

◆ VERSION_35

int VERSION_35 = 35
static

Specifies version 35 with 157 x 157 modules.

◆ VERSION_36

int VERSION_36 = 36
static

Specifies version 36 with 161 x 161 modules.

◆ VERSION_37

int VERSION_37 = 37
static

Specifies version 37 with 165 x 165 modules.

◆ VERSION_38

int VERSION_38 = 38
static

Specifies version 38 with 169 x 169 modules.

◆ VERSION_39

int VERSION_39 = 39
static

Specifies version 39 with 173 x 173 modules.

◆ VERSION_40

int VERSION_40 = 40
static

Specifies version 40 with 177 x 177 modules.

◆ VERSION_M1

int VERSION_M1 = 101
static

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

◆ VERSION_M2

int VERSION_M2 = 102
static

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

◆ VERSION_M3

int VERSION_M3 = 103
static

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

◆ VERSION_M4

int VERSION_M4 = 104
static

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