ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfInnerContent Class / CopyTo Method / CopyTo(IRtfContent) Method
The Word/RTF content.

In This Topic
    CopyTo(IRtfContent) Method
    In This Topic
    Copy to content other content.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal content As IRtfContent _
    ) 
    public void CopyTo( 
       IRtfContent content
    )

    Parameters

    content
    The Word/RTF content.
    See Also