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



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

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

SecurityProvider Class
SecurityProvider Members

Send Feedback