Click or drag to resize

Document Constructor (String, Boolean, Types)

Constructor with parameter File name and Edit (editable) and Types

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,
	bool pEdit,
	Types pType
)

Parameters

pFile
Type: SystemString
File name include path
pEdit
Type: SystemBoolean
editable
pType
Type: SIC.OpenDocumentFormat.MSWordTypes
document type see Types
See Also