UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum Enum Reference

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...
 

Member Data Documentation

◆ Compact

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().

◆ Default

com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Default

Uses default error correction level of 23% + 3 codewords.

◆ FixedErrCorrection

com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.FixedErrCorrection

User specified error correction level from 1 to 99.

◆ Full

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().

◆ Rune

com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Rune

Typically used to encode one byte of data represented as decimal range 0-255.


The documentation for this enum was generated from the following file: