Click or drag to resize

Document Constructor (Byte, String, Boolean, DocumentTypes)

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

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public Document(
	byte[] pByte,
	string pToFile,
	bool pEdit,
	DocumentTypes pType
)

Parameters

pByte
Type: SystemByte
byte array
pToFile
Type: SystemString
save to file name
pEdit
Type: SystemBoolean
editable
pType
Type: SOWIDocument.WordDocumentTypes
document type see DocumentTypes
See Also