| 
Document Constructor (String)
  | 
 Initializes a new instance of the Document class from Word document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Document(
	string fileName
)
 
Public Sub New ( 
	fileName As String
)
 
public:
Document(
	String^ fileName
)
 
new : 
fileName : string -> Document
 
 
 
Parameters
 
- 
fileName
 
- 
 Type:
 
System
String
 
 Name of the file.
 
 See Also
See Also