Click or drag to resize

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
)

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