SmartZone v7.2 - Updated
CodePage Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRDictionary Class : CodePage Property
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
public DictionaryCodePage CodePage {get; set;}
public: __property DictionaryCodePage get_CodePage();
public: __property void set_CodePage( 
   DictionaryCodePage value
);
public:
property DictionaryCodePage CodePage {
   DictionaryCodePage get();
   void set (    DictionaryCodePage value);
}
Remarks
This parameter is used to pass the dictionary to the OCR engine and does not affect loading and saving dictionary file.
See Also

Reference

SmartZoneOCRDictionary Class
SmartZoneOCRDictionary Members

Is this page helpful?
Yes No
Thanks for your feedback.