ImageGear .NET - Updated
Modified Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : Modified Property
Gets a value indicating whether or not the user dictionary has been modified since being loaded.
Syntax
'Declaration
 
Public ReadOnly Property Modified As Boolean
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim value As Boolean
 
value = instance.Modified
public bool Modified {get;}
public: __property bool get_Modified();
public:
property bool Modified {
   bool get();
}

Property Value

Boolean value.
Remarks
If this property returns true, the user dictionary must be closed before performing recognition.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members