ImageGear .NET
Modified Property




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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback