Cuminas DjVu SDK for .NET Framework
IsAvailable Property



Determines whether the chunk data is already available.
Syntax
Public ReadOnly Property IsAvailable As Boolean
Dim instance As Chunk
Dim value As Boolean
 
value = instance.IsAvailable
public bool IsAvailable {get;}
public:
property bool IsAvailable {
   bool get();
}

Property Value

true if the data is available; otherwise false.
Remarks
The "available" means that the chunk is already loaded onto the memory or some immediately accessible resource. If the chunk is not "available", accessing to the properties/methods other than Id and IsAvailable takes longer.
Requirements

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

See Also

Reference

Chunk Class
Chunk Members

Send Feedback