Description:
Identifies the page save modes such as `overwrite', `append', `replace'.
|
These modes are relevant to multi-page file formats only. When saving to a format that does not support multiple pages, the file is always re-written. |
Values:
IG_PAGESAVEMODE_DEFAULT |
Same as IG_PAGESAVEMODE_INSERT. |
IG_PAGESAVEMODE_OVERWRITE |
Overwrite the file, if it already exists. |
IG_PAGESAVEMODE_APPEND |
Append page, if the file already exists. |
IG_PAGESAVEMODE_INSERT |
Insert page at the specified location. |
IG_PAGESAVEMODE_REPLACE |
Replace page at the specified location. |