|
EK RTF report components for .Net
|
[Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))] property Charset: byte;
[Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))] byte Charset;
<Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))> Property Charset() As byte
Sets font charset in an output document. This property is useful for non-Latin character sets.
|
Constant name |
Value |
|
ANSI_CHARSET |
0 |
|
DEFAULT_CHARSET |
1 |
|
RUSSIAN_CHARSET |
204 |
|
OEM_CHARSET |
255 |
|
SYMBOL_CHARSET |
2 |
|
MAC_CHARSET |
77 |
|
SHIFTJIS_CHARSET |
128 |
|
HANGEUL_CHARSET |
129 |
|
JOHAB_CHARSET |
130 |
|
GB2312_CHARSET |
134 |
|
CHINESEBIG5_CHARSET |
136 |
|
GREEK_CHARSET |
161 |
|
TURKISH_CHARSET |
162 |
|
HEBREW_CHARSET |
177 |
|
ARABIC_CHARSET |
178 |
|
BALTIC_CHARSET |
186 |
|
THAI_CHARSET |
222 |
|
EASTEUROPE_CHARSET |
238 |
|
Copyright (c) 2007. All rights reserved.
|