Cuminas DjVu SDK for .NET Framework
ChunkNameRenameHandler Delegate



The old name of the current Chunk object.
The current Chunk object.
The number of trials done before this call. On the first call, this is 0.
This delegate is called to rename a Chunk object during MergePages Method.
Syntax
Public Delegate Function ChunkNameRenameHandler( _
   ByVal oldName As String, _
   ByVal chunk As Chunk, _
   ByVal trial As Integer _
) As String
Dim instance As New ChunkNameRenameHandler(AddressOf HandlerMethod)
public delegate string ChunkNameRenameHandler( 
   string oldName,
   Chunk chunk,
   int trial
)
public delegate String^ ChunkNameRenameHandler( 
   String^ oldName,
   Chunk^ chunk,
   int trial
)

Parameters

oldName
The old name of the current Chunk object.
chunk
The current Chunk object.
trial
The number of trials done before this call. On the first call, this is 0.
Example
For examples, see MergePages Method.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

ChunkNameRenameHandler Members
DjVu Namespace

Send Feedback