Cuminas DjVu SDK for .NET Framework
CreateINCL Method



Creates an INCL (include) to this chunk.
Syntax
Public Function CreateINCL() As Chunk
Dim instance As Chunk
Dim value As Chunk
 
value = instance.CreateINCL()
public Chunk CreateINCL()
public:
Chunk^ CreateINCL(); 

Return Value

The newly created INCL chunk to this chunk.
Remarks
INCL is a mechanism to share a chunk between several chunks.
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