ImageGear for C and C++ on Linux v20.0 - Updated
enumMPCBMODE_MPI
API Reference Guide > Core Component API Reference > Core Component Enumerations Reference > enumMPCBMODE_MPI

Specifies notification codes for multi-page image operations.

Values:

IG_MPCBMODE_MPI_DELETE Notify application that multi-page image is going to be deleted.
IG_MPCBMODE_MPI_ASSOCIATED Notify application that multi-page image has been associated with external file or memory image.
IG_MPCBMODE_MPI_CLOSE Notify application that multi-page image is going to close associated external file or memory image.
IG_MPCBMODE_MPI_CB_SET Notify application that this callback data just has been set. Only the callback function that just has been set receives this notification.
IG_MPCBMODE_MPI_CB_RESET Notify application that this callback data is to be reset.
IG_MPCBMODE_MPI_PAGEINSERTED Application inserted new pages into multi-page image.
IG_MPCBMODE_MPI_PAGEUPDATED Application updated pages in the multi-page image.
IG_MPCBMODE_MPI_PAGEDELETED Application deleted pages in the multi-page image.
IG_MPCBMODE_MPF_PAGEINSERTED Application inserted new pages into external file image.
IG_MPCBMODE_MPF_PAGEUPDATED Application updated pages in the external multi-page image file.
IG_MPCBMODE_MPF_PAGEDELETED Application deleted pages in the external multi-page image file.

Remarks:

See IG_mpi_CB_set for more details.

Is this page helpful?
Yes No
Thanks for your feedback.