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
HRESULT AddPage( IFRPage* Page );
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
7/3/2024 8:50:25 AM