[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.Merging

Merging Method

Merging(C1WordDocument)

The merging of this document and other.

Declaration
public void Merging(C1WordDocument other)
Parameters
Type Name Description
C1WordDocument other

The other Word/RTF document.

Merging(C1WordDocument, IRtfContent)

The merging of this document and other to content.

Declaration
public void Merging(C1WordDocument other, IRtfContent content)
Parameters
Type Name Description
C1WordDocument other

The other Word/RTF document.

IRtfContent content

The Word/RTF content for merging.