Cuminas DjVu SDK for .NET Framework
Contains Method (Chunk)



Chunk to find.
Determines whether the chunk is found in this chunk or not.
Syntax
Public Overridable Function Contains( _
   ByVal chunk As Chunk _
) As Boolean
Dim instance As Chunk
Dim chunk As Chunk
Dim value As Boolean
 
value = instance.Contains(chunk)
public virtual bool Contains( 
   Chunk chunk
)
public:
virtual bool Contains( 
   Chunk^ chunk
) 

Parameters

chunk
Chunk to find.

Return Value

true if the chunk is found; otherwise false.
Remarks
If this chunk is not a collection chunk, this method throws an exception. To determine whether the chunk is a collection or not, use IsCollection 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