Click or drag to resize

Document Constructor (Byte, String)

Constructor with parameter Byte array 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
)

Parameters

pByte
Type: SystemByte
byte array
pToFile
Type: SystemString
save to file name
Remarks
Set editable and document type Document
See Also