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.

This method saves the contents of the FRDocument object to the specified folder.

Syntax

C++

HRESULT SaveToFolder( BSTR Path );

C#

HRESULT SaveToFolder( string Path );

Visual Basic .NET

Sub SaveToFolder(Path As String)

Parameters

Path [in] This variable contains the full path to the folder where the document should be saved.

Return values

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

Remarks

This method does not report any events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.

See also

FRDocument