Visual Basic (Declaration) | |
---|---|
Public Enum HtmlCharacterSet Inherits System.Enum |
C# | |
---|---|
public enum HtmlCharacterSet : System.Enum |
Member | Description |
---|---|
Big5 | Known as "Chinese for Taiwan Multi-byte set." The charset name is "Big5." |
EucJp | Known as "Extended UNIX Code Packed Format for Japanese." The charset name is "EUC-JP." |
HzGb2312 | Known as "ASCII Printable Characters-Based Chinese Character Encoding" per RFC1842 and RFC1843. The charset name is "HZ-GB-2312." |
Ibm850 | Known only as "IBM850." The charset name is "IBM850." |
Iso2022Jp | Known as "Japanese Character Encoding for Internet Messages" per RFC1468. The charset name is "ISO-2022-JP." |
Iso2022Kr | Known as "Korean Character Encoding for Internet Messages" per RFC1557. The charset name is "ISO-2022-KR." |
Iso8859_1 | Known as "Latin alphabet No. 1." The charset name is "ISO-8859-1." |
Iso8859_2 | Known as "Latin alphabet No. 2." The charset name is "ISO-8859-2." |
Iso8859_5 | Known as "Latin/Cyrillic alphabet." The charset name is "ISO-8859-5." |
Iso8859_6 | Known as "Latin/Arabic alphabet." The charset name is "ISO-8859-6." |
Koi8r | Known as "Russian Net Character Set." The charset name is "KOI8-R." |
Ksc5601 | Known as "Unified Hangeul" (Korean). The charset name is "KSC5601." |
ShiftJis | Known as "Shift-JIS" (Japanese). The charset name is "shift-jis." |
UnicodeUtf16 | Per RFC 2781. An encoding for the Unicode character set in little-endian byte order using UTF-16 encoding. |
UnicodeUtf8 | Per RFC 3629. An encoding for the Unicode character set using UTF-8 encoding. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Html.Section.HtmlCharacterSet
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2