DocumentOpen Method (Byte, String, Boolean, DocumentTypes) |  |
Open a Open Document Format via stream
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate void Open(
byte[] pBytes,
string pToFile,
bool pEdit = true,
DocumentTypes pType = DocumentTypes.Document
)
Private Sub Open (
pBytes As Byte(),
pToFile As String,
Optional pEdit As Boolean = true,
Optional pType As DocumentTypes = DocumentTypes.Document
)
Parameters
- pBytes
- Type: SystemByte
Bytes stream - pToFile
- Type: SystemString
File name include path to store file - pEdit (Optional)
- Type: SystemBoolean
Editable - pType (Optional)
- Type: SOWIDocument.WordDocumentTypes
Type of document
See Also