Multi-page Plug-ins |
Back to index |
Multi-page plug-ins used to display multi-page images/documents and extract pages from them. Multi-page plug-ins should export 4 functions: FIPISmultiInit, FIPISmultiGetPages, FIPISmultiGetPage, FIPISmultiDeInit. FIPISmultiInit called on plug-in load. Plug-in must load document in this function. After that Imager will call FIPISmultiGetPages to get number of pages in document. Later, when needed, Imager will call FIPISmultiGetPage to get bitmap of page. And finally, on DLL unload Imager will call FIPISmultiDeInit. Multi-page plug-ins must have FIPIS resource and export FIPISabout function. |
© 1999-2001 Alexander S. Tereschenko |