ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 _
    ) 
    public void Merging( 
       C1WordDocument other,
       IRtfContent content
    )

    Parameters

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