Show / Hide Table of Contents

Enum HanXinCodeEncoding

Specifies the Han Xin Code Encoding to use on that symbology.

Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum HanXinCodeEncoding

Fields

Name Description
Auto
BinaryByte

Used to encode 8 bit values

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

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

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.

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

Numeric

Used to encode data that contains numeric characters

Text

Used to encode data from common symbols in ISO-8859-1

Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com