ImageGear .NET v25.1 - Updated
CodePage Property (ImGearOCRDictionary)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRDictionary Class : CodePage Property
Gets or sets the code page of dictionary.
Syntax
'Declaration
 
Public Property CodePage As ImGearOCRDictionaryCodePage
'Usage
 
Dim instance As ImGearOCRDictionary
Dim value As ImGearOCRDictionaryCodePage
 
instance.CodePage = value
 
value = instance.CodePage
public ImGearOCRDictionaryCodePage CodePage {get; set;}
public: __property ImGearOCRDictionaryCodePage get_CodePage();
public: __property void set_CodePage( 
   ImGearOCRDictionaryCodePage value
);
public:
property ImGearOCRDictionaryCodePage CodePage {
   ImGearOCRDictionaryCodePage get();
   void set (    ImGearOCRDictionaryCodePage value);
}
See Also

Reference

ImGearOCRDictionary Class
ImGearOCRDictionary Members