DocumentOpen Method (Byte, String, Boolean, Types) | |
Open a Open Document Format via stream
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private void Open(
byte[] pBytes,
string pToFile,
bool pEdit = true,
Types pType = Types.Document
)
Private Sub Open (
pBytes As Byte(),
pToFile As String,
Optional pEdit As Boolean = true,
Optional pType As Types = Types.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: SIC.OpenDocumentFormat.MSWordTypes
Type of document
See Also