InsertMode
Indicates how the newly scanned page is inserted into the destination object's BitmapList
Value |
Meaning |
ISIS_BITMAP_LIST_OVERWRITE |
[1] Any existing items in the list are deleted |
ISIS_BITMAP_LIST_APPEND |
[2] New page is appended at the end of the list |
ISIS_BITMAP_LIST_REPLACE |
[3] New page replaces current page in the list |
ISIS_BITMAP_LIST_INSERT |
[4] New page is inserted before current page in the list |