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
)
Private Sub Open (
pFile As String,
Optional pEdit As Boolean = true,
Optional pType As Types = 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