Click or drag to resize

Document Constructor (Byte[], String, Boolean, Types)

Constructor with parameter Byte array, Edit (editable) and save to File name

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Document(
	byte[] pByte,
	string pToFile,
	bool pEdit,
	Types pType
)

Parameters

pByte
Type:System.Byte[]
byte array
pToFile
Type: System.String
save to file name
pEdit
Type: System.Boolean
editable
pType
Type: SIC.OpenDocumentFormat.MSWord.Types
document type see Types
See Also