Cuminas DjVu SDK for .NET Framework
IsExpired Property (UserPropertySet)



Determines whether the document is expired or not.
Syntax
public bool IsExpired {get;}
public:
property bool IsExpired {
   bool get();
}
Public ReadOnly Property IsExpired As Boolean
 
Dim instance As UserPropertySet
Dim value As Boolean
 
value = instance.IsExpired

Property Value

true if the document is expired; 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

UserPropertySet Class
UserPropertySet Members

Send Feedback