| UseOfficeConvertBytes Method | 
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2025.10.22
 Syntax
Syntaxpublic 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
RemarksNote: 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
See Also