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

ComparisonResult

Document Comparison

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.