Click or drag to resize

Document Constructor (String, Boolean, DocumentTypes)

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

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public Document(
	string pFile,
	bool pEdit,
	DocumentTypes pType
)

Parameters

pFile
Type: SystemString
File name include path
pEdit
Type: SystemBoolean
editable
pType
Type: SOWIDocument.WordDocumentTypes
document type see DocumentTypes
See Also