SmartZone v8.0 - Updated
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
    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