Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadRtf Method / LoadRtf(String) Method
The name of the file containing the document to load.

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

    Parameters

    fileName
    The name of the file containing the document to load.

    Return Value

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