Initializes a new instance of the Document class

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Document(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
Document(
	String^ fileName
)
new : 
        fileName : string -> Document

Parameters

fileName
String

See Also