Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
stevep
Posted - Jun 07 2012 : 05:41:11 If I use ImageEnMView1.MIO.Acquire with a tiff already loaded the appended scan actually inserts before page 1. How do I make it add the new scanned image after the last page of the current doc?
ImageEnMView1.SelectedImage:=ImageEnMView1.ImageCount before the aquire doesn't seem to have any affect.
Steve
1 L A T E S T R E P L I E S (Newest First)
fab
Posted - Jun 07 2012 : 09:48:43 If no image is selected then Acquire will append after the last image. So you should execute: ImageEnMView1.DeSelect();