How do I insert an image into a multi-page TIFF file with ImageControls 2.0?
First you will have to set the IOWriteMode to Insert. This can be done with either the KScan or KPrnt controls: Kscan1.IOWriteMode = KGIOWRITEMODEINSERT or KPrnt1.IOWriteMode = KGIOWRITEMODEINSERT In the KScan or KPrnt control PageEnd event, set the PEPage property to the desired page: Kscan1.PEPage = 3 Note: The KPrnt control requires you to set the PrintToFile property to True before calling the KPACTIONSTART Action.