UseOfficeConvertBytes Method |
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax public byte[] ConvertBytes(
byte[] inputBytes,
UseOfficeeDirection convertingDirection
)
Public Function ConvertBytes (
inputBytes As Byte(),
convertingDirection As UseOfficeeDirection
) As Byte()
Parameters
- inputBytes Byte
- Input document as a byte array.
- convertingDirection UseOfficeeDirection
- Desired converting direction.
Return Value
Byte
null - in case of conversion failed.
array of bytes containing the document in desired format - in case of successful conversion.
Remarks Note: Actually the conversion process will be done using temporary files inside the temp folder of current user.
The temporary files will be removed immediately after the conversion process.
See Also