iModify

Value that indicates which page insertion and replacement option to use when that feature is supported. Possible values are:

Value

Meaning

SAVE_OVERWRITE

[0] Do not insert/replace/append. Overwrite any existing file. This is comparable to bMultipage being FALSE in earlier versions.

SAVE_APPEND

[1] or [-1] Append the page if the file exists. This is comparable to bMultipage being TRUE in earlier versions.

SAVE_REPLACE

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

SAVE_INSERT

[3] Insert the new page before the page specified in the iPage parameter.