ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback