ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / MhtExportSettings.CharacterSets Enumeration

In This Topic
    MhtExportSettings.CharacterSets Enumeration
    In This Topic
    Specifies character sets that can be used in the document.
    Syntax
    'Declaration
     
    Public Enum MhtExportSettings.CharacterSets 
       Inherits System.Enum
    public enum MhtExportSettings.CharacterSets : System.Enum 
    Members
    MemberDescription
    Big5Represents the Big5 character set.
    EucJpThe EUC-JP character set.
    HzGb2312The GB2312 character set.
    Ibm850The IBM850 character set.
    Iso2022JpThe ISO 2022 JP character set.
    Iso8859_1The ISO 8859-1 character set.
    Iso8859_2The ISO 8859-2 character set.
    Iso8859_5The ISO 8859-5 character set.
    Iso8859_6The ISO 8859-6 character set.
    Koi8rThe KOI8-R character set.
    Ksc5601The KSC 5601 character set.
    ShiftJisThe Shift JIS character set.
    UnicodeUtf16The Unicode UTF-16 character set.
    UnicodeUtf8The Unicode UTF-8 character set.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.MhtExportSettings.CharacterSets

    See Also