Public Attributes | |
| Default | |
| Uses default error correction level of 23% + 3 codewords. More... | |
| FixedErrCorrection | |
| User specified error correction level from 1 to 99. More... | |
| Compact | |
| Compact format barcode. Allows 1 - 4 layers. Core, center finder pattern, has 2 black squares in addition to center square. More... | |
| Full | |
| Full format barcode. Allows 1 - 32 layers. Core, center finder pattern, has 3 black squares in addition to center square. More... | |
| Rune | |
| Typically used to encode one byte of data represented as decimal range 0-255. More... | |
| com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Compact |
Compact format barcode. Allows 1 - 4 layers. Core, center finder pattern, has 2 black squares in addition to center square.
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayersWithinRange().
| com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Default |
Uses default error correction level of 23% + 3 codewords.
| com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.FixedErrCorrection |
User specified error correction level from 1 to 99.
| com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Full |
Full format barcode. Allows 1 - 32 layers. Core, center finder pattern, has 3 black squares in addition to center square.
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayersWithinRange().
| com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Rune |
Typically used to encode one byte of data represented as decimal range 0-255.