Click or drag to resize

DocumentOpen Method (String, Boolean, Types)

Open a Open Document Format via file

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private void Open(
	string pFile,
	bool pEdit = true,
	Types pType = Types.Document
)

Parameters

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