Click or drag to resize

Document Constructor (String)

Constructor with parameter File name. If doesn't exist file then create a new file document

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Document(
	string pFile
)

Parameters

pFile
Type: SystemString
File name include path
Remarks
Set editable and document type Document
See Also