| 
Document
LoadText Method (String)
  | 
 Opens the text document from a file with default encoding utf-8.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void LoadText(
	string fileName
)
 
Public Sub LoadText ( 
	fileName As String
)
 
public:
void LoadText(
	String^ fileName
)
 
member LoadText : 
fileName : string -> unit 
 
 
 
Parameters
 
- 
fileName
 
- 
 Type:
 
System
String
 
 Name of the file.
 
 See Also
See Also