Document.Modified Property
|
This property returns True if a document setting or page data has been modified by any method calls or by setting a property value since the Document object was last saved.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Modified { get; }
Public ReadOnly Property Modified As Boolean
Get
public:
property bool Modified {
bool get ();
}
Property Value
Type:
Boolean
See Also