SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / UserDictionary Property




In This Topic
    UserDictionary Property
    In This Topic
    Gets SmartZone OCR user dictionary.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UserDictionary As SmartZoneOCRDictionary
    'Usage
     
    
    Dim instance As Reader
    Dim value As SmartZoneOCRDictionary
     
    value = instance.UserDictionary
    public SmartZoneOCRDictionary UserDictionary {get;}
    public: __property SmartZoneOCRDictionary* get_UserDictionary();
    public:
    property SmartZoneOCRDictionary^ UserDictionary {
       SmartZoneOCRDictionary^ get();
    }
    See Also