SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCRDictionary Class / CodePage Property




In This Topic
CodePage Property
In This Topic
Gets and sets dictionary code page. DictionaryCodePage for the possible values.
Syntax
'Declaration
 
Public Property CodePage As DictionaryCodePage
 
'Usage
 
Dim instance As SmartZoneOCRDictionary
Dim value As DictionaryCodePage
 
instance.CodePage = value
 
value = instance.CodePage
Remarks
This parameter is used to pass the dictionary to the OCR engine and does not affect loading and saving dictionary file.
See Also