UDManager.IsDirty Property
|
This property returns True if the user dictionary has been changed since the last time it was saved.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool IsDirty { get; }
Public ReadOnly Property IsDirty As Boolean
Get
public:
property bool IsDirty {
bool get ();
}
Property Value
Type:
Boolean
Remarks
Opening or creating a new user dictionary sets this property to False.
See Also