enum e_CodePage

Predefined code pages.

If the encoding mode (e_EncodingMode) has the value eEncMode_CodePage, the input data is encoded in the selected code page. (See also DLL: function BCGet/BCSetCodePage, OCX: property TBarCode9Lib::ITBarCode::CodePage).
Otherwise (if the encoding mode is different) the code page is ignored. (See also DLL: function BCGet/BCSetEncodingMode, OCX: property TBarCode9Lib::ITBarCode::EncodingMode). The items listed here are predefined values for often used code pages. The programmer can use this data type but is not limited to it. TBarCode supports all code pages that are provided by the operating system.

Enumerator:
eCodePage_Custom  =0: Custom Code Page. None of the predefined values is used, but the code page is passed directly by the property CodePageCustom.
eCodePage_Default  =1: Default Code Page.

The default code page for the selected barcode type is used. PDF417/MicroPDF ... CP437
QR-Code ... Shift JIS
All other barcodes ... ANSI.

eCodePage_ANSI  =2: ANSI Code Page (use the ANSI code page from the setting "Language for non-Unicode programs").


eCodePage_Windows1252  =3: Windows-1252 (1252).
eCodePage_Latin_I  =4: ISO 8859-1 Latin I (28591).
eCodePage_ASCIIExt_437  =5: ASCII Extended (437).
eCodePage_UTF8  =6: UTF-8 Code Page.
eCodePage_Korean  =7: Korean (949).
eCodePage_Japanese_Shift_JIS  =8: Japanese / Shift-JIS (932).
eCodePage_Simplified_Chinese  =9: Simplified Chinese (936).
eCodePage_Trad_Chinese_Big5  =10: Traditional Chinese (950).
eCodePage_ANSI_Cyrillic  =11: ANSI - Cyrillic (1251).
eCodePage_KOI8_R  =12: Russian KOI8-R (20866).


© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue May 5 15:50:32 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3