[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1Editor.SaveRtf

SaveRtf Method

SaveRtf(string)

Saves the document to the specified file in RTF format.

Declaration
public bool SaveRtf(string fileName)
Parameters
Type Name Description
string fileName

The name of the file where you want to save the document.

Returns
Type Description
bool

True, if the file is successfully saved; otherwise, False.

SaveRtf(Stream)

Saves the document to the specified stream in RTF format.

Declaration
public bool SaveRtf(Stream stream)
Parameters
Type Name Description
Stream stream

The stream to which you want to save.

Returns
Type Description
bool

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