Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SaveRtf Method / SaveRtf(String) Method
The name of the file where you want to save the document.

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

    Parameters

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

    Return Value

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