iModify

A value that indicates how to save a new page in a multipage file that supports insert and replace operations.

Value

Meaning

SAVE_OVERWRITE

[0] No insert/replace/append is performed. An existing file is overwritten.

SAVE_APPEND

[1] or [-1] The page is appended in case the file is exist.

SAVE_REPLACE

[2] Replace the page specified in the lPage parameter.

SAVE_INSERT

[3] Insert the new page before the page specified in the lPage parameter