ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Enumerations Reference / enumIG_MP_OPENMODE
In This Topic
    enumIG_MP_OPENMODE
    In This Topic

    Specifies open modes of the associated file of the multi-page image file.

    Values:

    IG_MP_OPENMODE_NONE There is no association with multi-page image file.
    IG_MP_OPENMODE_READONLY Associated file has been opened with read-only access mode.
    IG_MP_OPENMODE_READWRITE Associated file has been opened with read-write access mode.

    Remarks:

    See IG_mpi_file_open for more details.