Cuminas DjVu SDK for .NET Framework
IsModified Property (Document)



Determins whether the Document object is modified after the initialization or the last saving operation.
Syntax
Public ReadOnly Property IsModified As Boolean
Dim instance As Document
Dim value As Boolean
 
value = instance.IsModified
public bool IsModified {get;}
public:
property bool IsModified {
   bool get();
}

Property Value

true if the Document object is modified after the initialization or the last saving operation; otherwise false.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback