Cuminas DjVu SDK for .NET Framework
PrepareForMerge(Document,ChunkNameRenameHandler,Boolean,Boolean) Method



Document which merges this document.
Delegate to rename the chunk file names on chunk file name confliction.
Whether the merge process should process bookmark (NAVM chunk) or not.
Whether the merge process should process annotation (ANTz/ANTa chunk) or not.
Deprecated; prepares for the document merge operation. Newer applications should use MergePages Method.
Syntax
Public Overloads Sub PrepareForMerge( _
   ByVal mergeInto As Document, _
   ByVal renameHandler As ChunkNameRenameHandler, _
   ByVal processBookmark As Boolean, _
   ByVal processAnno As Boolean _
) 
Dim instance As Document
Dim mergeInto As Document
Dim renameHandler As ChunkNameRenameHandler
Dim processBookmark As Boolean
Dim processAnno As Boolean
 
instance.PrepareForMerge(mergeInto, renameHandler, processBookmark, processAnno)

Parameters

mergeInto
Document which merges this document.
renameHandler
Delegate to rename the chunk file names on chunk file name confliction.
processBookmark
Whether the merge process should process bookmark (NAVM chunk) or not.
processAnno
Whether the merge process should process annotation (ANTz/ANTa chunk) or not.
Requirements

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

See Also

Reference

Document Class
Document Members
Overload List

Send Feedback