SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / DictionaryCodePage Enumeration




DictionaryCodePage Enumeration
Supported dictionary code pages.
Syntax
'Declaration
 
Public Enum DictionaryCodePage 
   Inherits System.Enum
 
'Usage
 
Dim instance As DictionaryCodePage
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