iModify

Flag that indicates how to save a new page in a multi-page file that supports insert and replace operations. 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 SavePage property.

SAVE_INSERT

[3] Insert the new page before the page specified in the Savepage property.