Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

The ExportFileWriter object is deprecated and will be removed in future versions.
This method finalizes the file that was exported to PDF format with AddPage or AddPages methods of the ExportFileWriter object. You cannot use the file until it is finalized. The Close method is called automatically when the ExportFileWriter object is destroyed.

Syntax

C++

HRESULT Close();

C#

void Close();

Visual Basic .NET

Sub Close()

Return values

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

See also

ExportFileWriter AddPage AddPages