PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderRichText Class / Load Method / Load(String) Method
The name of the file to load.

In This Topic
    Load(String) Method
    In This Topic
    Loads the content of the current RenderRichText from a disk file containing RTF-formatted data.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As String _
    ) 
    public void Load( 
       string fileName
    )

    Parameters

    fileName
    The name of the file to load.
    See Also