Click or drag to resize

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)
Syntax
private void Open(
	byte[] pBytes,
	string pToFile,
	bool pEdit = true,
	DocumentTypes pType = 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