bSaveMulti

Flag that indicates how to save a file as a multi-page file. Possible values are:

Value

Meaning

SAVE_OVERWRITE

[0x0000] Overwrite the file.

SAVE_APPEND

[0x0001] Append to the end of the file.

SAVE_REPLACE

[0x0002] Replace a page.

SAVE_INSERT

[0x0003] Insert a page.