Cuminas DjVu SDK for .NET Framework
IsINCL Property



Determine whether the chunk is an INCL chunk or not.
Syntax
Public ReadOnly Property IsINCL As Boolean
Dim instance As Chunk
Dim value As Boolean
 
value = instance.IsINCL
public bool IsINCL {get;}
public:
property bool IsINCL {
   bool get();
}

Property Value

true if the chunk is an INCL; 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

Chunk Class
Chunk Members

Send Feedback