HanXinEncodeMode

HanXinEncodeMode enum

Namespace: Aspose.Barcode.Generation

Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters.

Enum Values

NameValueDescription
AUTO0Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically.
BINARY1Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits.
ECI2Extended Channel Interpretation (ECI) mode
EXTENDED5Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented.
UNICODE3Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code.
URI4URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986.