Enum HanXinCodeEncoding
Specifies the Han Xin Code Encoding to use on that symbology.
Namespace:Neodynamic.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum HanXinCodeEncoding
Fields
Auto
Declaration
Auto = 0
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
BinaryByte
Used to encode 8 bit values
Declaration
BinaryByte = 3
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
ChineseReg1
Used to encode Common Chinese Characters in Region 1 i.e. characters whose first byte value is in the range of B0(HEX) to D7(HEX) and second byte value is in the range of A1(HEX) to FE(HEX), and characters whose first byte value is in the range of A1(HEX) to A3(HEX), and second byte value is in the range of A1(HEX) to FE(HEX), and characters whose byte values are in the range of A8A1(HEX) to A8C0(HEX).
Declaration
ChineseReg1 = 4
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
ChineseReg2
Used to encode Common Chinese Characters in Region 2 i.e. characters whose first byte value is in the range of D8(HEX) to F7(HEX), and second byte value is in the range of A1(HEX) to FE(HEX).
Declaration
ChineseReg2 = 5
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
GB18030Bytes2
Used to encode the GB18030 2-byte region i.e. data from all characters (including the Common Chinese Characters in Regions 1 and 2) in GB18030 double-byte region.
Declaration
GB18030Bytes2 = 6
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
GB18030Bytes4
Used to encode the GB18030 4-byte region i.e. characters whose first byte value is in the range of 81(HEX) to FE(HEX), and second byte value is in the range of 30(HEX) to 39(HEX), and third byte value is in the range of 81(HEX) to FE(HEX), and fourth byte value is in the range of 30(HEX) to 39(HEX).
Declaration
GB18030Bytes4 = 7
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
Numeric
Used to encode data that contains numeric characters
Declaration
Numeric = 1
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |
Text
Used to encode data from common symbols in ISO-8859-1
Declaration
Text = 2
Field Value
Type | Description |
---|---|
HanXinCodeEncoding |