| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_CopyCurrentPage(HIMG ImgObjSrc, HIMG ImgObjDst, int Flags) |
| C#: | int Img_CopyCurrentPage(int ImgObjSrc, int ImgObjDst, int Flags) |
| Visual Basic: | Function Img_CopyCurrentPage(ByVal ImgObjSrc As Integer, ByVal ImgObjDst As Integer, ByVal Flags As Integer) As Integer |
| Java: | int Img_CopyCurrentPage(HIMG ImgObjSrc, HIMG ImgObjDst, int Flags) |
| Delphi: | function Img_CopyCurrentPage(ImgObjSrc:HIMG; ImgObjDst:HIMG; Flags:integer):integer |
| ImgObjSrc [IN] – the source Image object. | |
| ImgObjDst [IN] – the destination Image object. | |
| Flags [IN] – reserved; must be 0. |