UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum 枚举类型参考

Public 属性

 Default
 Uses default error correction level of 23% + 3 codewords 更多...
 
 FixedErrCorrection
 User specified error correction level from 1 to 99. 更多...
 
 Compact
 Compact format barcode. Allows 1 - 4 layers. Core, center finder pattern, has 2 black squares in addition to center square. 更多...
 
 Full
 Full format barcode. Allows 1 - 32 layers. Core, center finder pattern, has 3 black squares in addition to center square. 更多...
 
 Rune
 Typically used to encode one byte of data represented as decimal range 0-255. 更多...
 

类成员变量说明

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

被这些函数引用 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.

被这些函数引用 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.


枚举说明文档从下列文件生成: