Export Method of the ComparisonResult Object
This method exports the comparison result to a file of the specified format.
Syntax
C++
HRESULT Export( BSTR FilePath, ComparatorExportFormatEnum Format, IUnknown* ExportParams );
C#
void Export( string FilePath, ComparatorExportFormatEnum Format, object ExportParams );
Visual Basic .NET
Sub Export( _ FilePath As String, _ Format As ComparatorExportFormatEnum, _ ExportParams As Object _ )
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
9/17/2024 3:14:41 PM