Cuminas DjVu SDK for .NET Framework
GetINCLTarget Method



Gets the INCL's target chunk if it's a INCL chunk.
Syntax
Public Function GetINCLTarget() As Chunk
Dim instance As Chunk
Dim value As Chunk
 
value = instance.GetINCLTarget()
public Chunk GetINCLTarget()
public:
Chunk^ GetINCLTarget(); 

Return Value

The INCL target chunk.
Remarks
If this chunk is not an INCL chunk, an exception is thrown. To determine whether the chunk is an INCL chunk, use IsINCL Property.
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