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



Document which merges this document.
Deprecated; prepares for the document merge operation. Newer applications should use MergePages Method.
Syntax
Public Overloads Sub PrepareForMerge( _
   ByVal mergeInto As Document _
) 
Dim instance As Document
Dim mergeInto As Document
 
instance.PrepareForMerge(mergeInto)
public void PrepareForMerge( 
   Document mergeInto
)
public:
void PrepareForMerge( 
   Document^ mergeInto
) 

Parameters

mergeInto
Document which merges this document.
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