Cuminas DjVu SDK for .NET Framework
MergePages(Document) Method



Document to mege into this document.
Merges the specified document to this document.
Syntax
Public Overloads Sub MergePages( _
   ByVal mergee As Document _
) 
Dim instance As Document
Dim mergee As Document
 
instance.MergePages(mergee)
public void MergePages( 
   Document mergee
)
public:
void MergePages( 
   Document^ mergee
) 

Parameters

mergee
Document to mege into this document.
Remarks

Merging two documents is not a simple task. A document may have bookmarks and annotations besides its pages. Because the pages are normally identified by their names and if both of the documents have the pages of conflicting names, simply moving the pages may break bookmarks, links and other document consistencies.

This method takes care of such complicated things automatically and is the recommended way to merge documents.

Even though this method can deal with the known chunks (which are defined in the DjVu specification), other custom chunks are not processed by the method. For more advanced merge process, use the other version.

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