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

    Specifies file saving modes for IG_mpi_file_save function.

    Values:

    IG_MPI_SAVE_OVERWRITE Replace all existing pages with new ones.
    IG_MPI_SAVE_APPEND Append new pages at the end of file.
    IG_MPI_SAVE_INSERT Insert pages into the file at the specified index.
    IG_MPI_SAVE_REPLACE Replace pages starting from the specified page index.