ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Enumerations > enumIGDocSaveModes Enumeration |
Identifies the document save modes such as overwrite, append, replace.
IG_DOCSAVEMODE_DEFAULT | Same as IG_DOCSAVEMODE_REPLACE |
IG_DOCSAVEMODE_OVERWRITE | Overwrite the whole file, if it exists, with new pages |
IG_DOCSAVEMODE_APPEND | Append new pages at the end of existing file |
IG_DOCSAVEMODE_INSERT | Insert new pages to the specified location |
IG_DOCSAVEMODE_REPLACE | Replace pages with new ones, starting from the specified location |