You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[getEncodeMode()](#getEncodeMode--)| Gets a Aztec encode mode. |
28
+
|[getErrorLevel()](#getErrorLevel--)| Level of error correction of Aztec types of barcode. |
29
+
|[getLayersCount()](#getLayersCount--)| Gets layers count of Aztec symbol. |
30
+
|[getStructuredAppendBarcodeId()](#getStructuredAppendBarcodeId--)| Barcode ID for Structured Append mode of Aztec barcode. |
31
+
|[getStructuredAppendBarcodesCount()](#getStructuredAppendBarcodesCount--)| Barcodes count for Structured Append mode of Aztec barcode. |
32
+
|[getStructuredAppendFileId()](#getStructuredAppendFileId--)| File ID for Structured Append mode of Aztec barcode (optional field). |
33
+
|[getSymbolMode()](#getSymbolMode--)| Gets a Aztec Symbol mode. |
25
34
|[hashCode()](#hashCode--)||
35
+
|[isReaderInitialization()](#isReaderInitialization--)| Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
26
36
|[notify()](#notify--)||
27
37
|[notifyAll()](#notifyAll--)||
28
38
|[setAspectRatio(float value)](#setAspectRatio-float-)| Height/Width ratio of 2D BarCode module. |
39
+
|[setAztecEncodeMode(AztecEncodeMode value)](#setAztecEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-)| Sets a Aztec encode mode. |
29
40
|[setAztecErrorLevel(int value)](#setAztecErrorLevel-int-)| Level of error correction of Aztec types of barcode. |
30
41
|[setAztecSymbolMode(AztecSymbolMode value)](#setAztecSymbolMode-com.aspose.barcode.generation.AztecSymbolMode-)| Sets a Aztec Symbol mode. |
31
-
|[toString()](#toString--)| Returns a human-readable string representation of this AztecParameters. |
|[setEncodeMode(AztecEncodeMode value)](#setEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-)| Sets a Aztec encode mode. |
44
+
|[setErrorLevel(int value)](#setErrorLevel-int-)| Level of error correction of Aztec types of barcode. |
45
+
|[setLayersCount(int value)](#setLayersCount-int-)| Sets layers count of Aztec symbol. |
46
+
|[setReaderInitialization(boolean value)](#setReaderInitialization-boolean-)| Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
47
+
|[setStructuredAppendBarcodeId(int value)](#setStructuredAppendBarcodeId-int-)| Barcode ID for Structured Append mode of Aztec barcode. |
48
+
|[setStructuredAppendBarcodesCount(int value)](#setStructuredAppendBarcodesCount-int-)| Barcodes count for Structured Append mode of Aztec barcode. |
49
+
|[setStructuredAppendFileId(String value)](#setStructuredAppendFileId-java.lang.String-)| File ID for Structured Append mode of Aztec barcode (optional field). |
50
+
|[setSymbolMode(AztecSymbolMode value)](#setSymbolMode-com.aspose.barcode.generation.AztecSymbolMode-)| Sets a Aztec Symbol mode. |
51
+
|[toString()](#toString--)| Returns a human-readable string representation of this [AztecParameters](../../com.aspose.barcode.generation/aztecparameters). |
32
52
|[wait()](#wait--)||
33
53
|[wait(long arg0)](#wait-long-)||
34
54
|[wait(long arg0, int arg1)](#wait-long-int-)||
@@ -57,6 +77,16 @@ Height/Width ratio of 2D BarCode module.
57
77
58
78
**Returns:**
59
79
float
80
+
### getAztecEncodeMode() {#getAztecEncodeMode--}
81
+
```
82
+
public final AztecEncodeMode getAztecEncodeMode()
83
+
```
84
+
85
+
86
+
Gets a Aztec encode mode. Default value: Auto.
87
+
88
+
**Returns:**
89
+
com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.
60
90
### getAztecErrorLevel() {#getAztecErrorLevel--}
61
91
```
62
92
public int getAztecErrorLevel()
@@ -87,6 +117,86 @@ public final native Class<?> getClass()
87
117
88
118
**Returns:**
89
119
java.lang.Class<?>
120
+
### getECIEncoding() {#getECIEncoding--}
121
+
```
122
+
public final int getECIEncoding()
123
+
```
124
+
125
+
126
+
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
127
+
128
+
**Returns:**
129
+
int - ECI encoding.
130
+
### getEncodeMode() {#getEncodeMode--}
131
+
```
132
+
public final AztecEncodeMode getEncodeMode()
133
+
```
134
+
135
+
136
+
Gets a Aztec encode mode. Default value: Auto.
137
+
138
+
**Returns:**
139
+
com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.
140
+
### getErrorLevel() {#getErrorLevel--}
141
+
```
142
+
public int getErrorLevel()
143
+
```
144
+
145
+
146
+
Level of error correction of Aztec types of barcode. Value should between 10 and 95.
147
+
148
+
**Returns:**
149
+
int
150
+
### getLayersCount() {#getLayersCount--}
151
+
```
152
+
public final int getLayersCount()
153
+
```
154
+
155
+
156
+
Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
0 commit comments