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

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.

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