Click or drag to resize

DocumentOpen Method (String, Boolean, DocumentTypes)

Open a Open Document Format via file

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private void Open(
	string pFile,
	bool pEdit = true,
	DocumentTypes pType = DocumentTypes.Document
)

Parameters

pFile
Type: SystemString
File name include path
pEdit (Optional)
Type: SystemBoolean
Editable
pType (Optional)
Type: SOWIDocument.WordDocumentTypes
Type of document
See Also