Document Constructor (Byte, String) |  |
Constructor with parameter Byte array and save to File name
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic Document(
byte[] pByte,
string pToFile
)
Public Sub New (
pByte As Byte(),
pToFile As String
)
Parameters
- pByte
- Type: SystemByte
byte array - pToFile
- Type: SystemString
save to file name
Remarks
See Also