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

    Parameters

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