Skip to main content
This method exports the extracted data to a file in JSON/XML format with the default parameters.

Syntax

C++

HRESULT ExportToFile(
  BSTR                 FileName,
  MrzExportFormatEnum  Format
);

C#

void ExportToFile(
  string               FileName,
  MrzExportFormatEnum  Format
);

Visual Basic .NET

Sub ExportToFile( _
  FileName As String, _
  Format As MrzExportFormatEnum _
)

Parameters

FileName [in] This variable contains the full path to the output file in XML/JSON format (see the description of formats in XML Schema for MRZ and JSON file for MRZ). If this file already exists, it is overwritten without prompt. Format [in] This variable specifies the format of the output file. See the MrzExportFormatEnum description for the supported file formats.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

MrzData Machine-Readable Zone Capture