Class HanXinCodeEncoding
Specifies the Han Xin Code Encoding to use on that symbology.
Inheritance
System.Object
HanXinCodeEncoding
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class HanXinCodeEncoding : Enum
Fields
Auto
Declaration
public const HanXinCodeEncoding Auto
Field Value
BinaryByte
Used to encode 8 bit values
Declaration
public const HanXinCodeEncoding BinaryByte
Field Value
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
public const HanXinCodeEncoding ChineseReg1
Field Value
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
public const HanXinCodeEncoding ChineseReg2
Field Value
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
public const HanXinCodeEncoding GB18030Bytes2
Field Value
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
public const HanXinCodeEncoding GB18030Bytes4
Field Value
Numeric
Used to encode data that contains numeric characters
Declaration
public const HanXinCodeEncoding Numeric
Field Value
Text
Used to encode data from common symbols in ISO-8859-1
Declaration
public const HanXinCodeEncoding Text
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|