AddPage Method of the ExportFileWriter Object

This method saves recognized text from a single page into a file in PDF format. The method can be called several times till all recognized pages are saved into the file.

Important! If the exported pages have been obtained via the FRDocument object, they must all belong to the same document. If you try to export the pages from different FRDocument objects an error will occur.

Syntax

C++

HRESULT AddPage( IFRPage* Page );
    

C#

void AddPage( FRPage Page );
    

Visual Basic .NET

Sub AddPage(Page As FRPage)
    

Parameters

Page
[in] Refers to the FRPage object that corresponds to the page to be exported into PDF. This parameter must not be 0.

Return values

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

See also

ExportFileWriter

AddPages

Close

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.