AddPage Method of the FRDocument Object
This method adds a page to the document. The page may be a part of another document, or may be received using the BatchProcessor object.
Syntax
HRESULT AddPage( IFRPage* Page );
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
7/3/2024 8:50:25 AM