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: SystemByte
byte array
pToFile
Type: SystemString
save to file name
pEdit
Type: SystemBoolean
editable
pType
Type: SIC.OpenDocumentFormat.MSWordTypes
document type see Types
See Also