Enum CharEncoding

Namespace TallComponents.PDF.Forms.Fields.Barcodes.Properties

The data written out as a barcode is serialized into a sequence of bytes as specified by this attribute.

Fields


None
No special encoding is specified. The characters are encoded using the ambient encoding for the operating system.

FontSpecific
The characters are encoded in a font-specific way. Each character is represented by one 8-bit byte. The font referred to is the default font of the enclosing field or draw.

UTF8
UTF-8

UTF_16
UTF-16

Big_Five
The characters are encoded using Traditional Chinese (Big-Five).

GBK
The characters are encoded using the GBK extension to GB-2312. This was originally defined by the Chinese IT Standardization Technical Committee in 1995, but was not published outside China. For this encoding XFA adopts as a reference Microsoft's Code Page 936

GB_18030
The characters are encoded using Simplified Chinese GB18030.

GB_2312
The characters are encoded using Simplified Chinese GB2312.

ISO_8859_1
ISO-8859-1

ISO_8859_2
ISO-8859-2

ISO_8859_7
ISO-8859-7

KSC_5601
The characters are encoded using the Code for Information Interchange (Hangul and Hanja).

Shift_JIS
The characters are encoded using JIS X 0208, more commonly known as Shift-JIS.

UCS_2
UCS-2