Cuminas DjVu SDK for .NET Framework
IsEmpty Property (Annotation)



Determines whether the object is changed from the initial configuration or not.
Syntax
Public ReadOnly Property IsEmpty As Boolean
Dim instance As Annotation
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if the object is not changed from the original (initial) state; 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

Annotation Class
Annotation Members

Send Feedback