Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SaveRtf Method / SaveRtf(Stream) Method
The stream to which you want to save.

In This Topic
    SaveRtf(Stream) Method
    In This Topic
    Saves the document to the specified stream in RTF format.
    Syntax
    'Declaration
     
    Public Overloads Function SaveRtf( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public System.bool SaveRtf( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream to which you want to save.

    Return Value

    True, if the document is successfully saved; otherwise, False.
    See Also