C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / Merging Method / Merging(C1WordDocument,IRtfContent) Method
The other Word/RTF document.
The Word/RTF content for merging.

In This Topic
Merging(C1WordDocument,IRtfContent) Method
In This Topic
The merging of this document and other to content.
Syntax
'Declaration
 
Public Overloads Sub Merging( _
   ByVal other As C1WordDocument, _
   ByVal content As IRtfContent _
) 
 

Parameters

other
The other Word/RTF document.
content
The Word/RTF content for merging.
See Also