'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.