ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / CodePage Property




In This Topic
    CodePage Property (ImGearOCRDictionary)
    In This Topic
    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