iModify
Flag that indicates how to save a new page in a multipage annotation file. Possible values are:
Value |
Meaning |
SAVE_OVERWRITE |
[0] No insert/replace/append is performed. An existing file is overwritten. |
SAVE_APPEND |
[1] The page is appended if the file exists. |
SAVE_REPLACE |
[2] Replace the page specified in the lSavePage parameter. |
SAVE_INSERT |
[3] Insert the new page before the page specified in the lSavePage parameter. |