Cuminas DjVu SDK for .NET Framework
RemoveAt Method



Index of the chunk to remove.
Syntax
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
Dim instance As Chunk
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)
public:
virtual void RemoveAt( 
   int index
) 

Parameters

index
Index of the chunk to remove.
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