SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / DictionaryCodePage Enumeration




In This Topic
    DictionaryCodePage Enumeration
    In This Topic
    Supported dictionary code pages.
    Syntax
    'Declaration
     
    
    Public Enum DictionaryCodePage 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DictionaryCodePage
    public enum DictionaryCodePage : System.Enum 
    __value public enum DictionaryCodePage : public System.Enum 
    public enum class DictionaryCodePage : public System.Enum 
    Members
    MemberValueDescription
    BALTIC1257 ANSI Baltic; Baltic (Windows)
    CENTRALEUROPE1250 ANSI Central European; Central European (Windows)
    CYRILLIC1251 ANSI Cyrillic; Cyrillic (Windows)
    GREEK1253 ANSI Greek; Greek (Windows)
    LATIN11252 ANSI Latin 1; Western European (Windows)
    TURKISH1254 ANSI Turkish; Turkish (Windows)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.SmartZoneOCRSdk.DictionaryCodePage

    See Also