Skip to main content
This method adds a page to the document. The page may be a part of another document The page can also be received using the BatchProcessor object in Linux and Windows.

Syntax

C++

HRESULT AddPage( IFRPage* Page );

C#

void AddPage( IFRPage Page );

Visual Basic .NET

Sub AddPage(Page As IFRPage)

Parameters

Page [in] This variable refers to the FRPage object corresponding to the page that is to be added.

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