Export Method of the ComparisonResult Object
This method exports the comparison result to a file of the specified format.
Syntax
HRESULT Export( BSTR FilePath, ComparatorExportFormatEnum Format, IUnknown* ExportParams );
Parameters
- FilePath
- [in] This variable contains the full path to the output file in XML or DOCX format. If this file already exists, it is overwritten without prompt.
- Format
- [in] This variable specifies the format of the output file. See the ComparatorExportFormatEnum description for the supported file formats.
- ExportParams
- [in] This parameter will be implemented in future releases.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM