AddPage Method of the MultipageImageWriter Object
This method appends an image to the end of the multi-page image file.
Syntax
HRESULT AddPage( IImage* ImagePage );
Parameters
- ImagePage
- [in] This variable refers to the Image object corresponding to the image to be appended.
Return values
This method returns E_INVALIDARG if the saving format is black-and-white while the format of the image being appended is gray or color. It may also return the standard return values of ABBYY FineReader Engine functions.
Remarks
If you create the MultipageImageWriter object for an one-page format, you can add no more than one page to the resulting file.
See also
7/3/2024 8:50:25 AM