ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Image position
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Vish

India
11 Posts

Posted - Jun 02 2020 :  08:22:14  Show Profile  Reply
Hi Team

I am looking to scan images to ImageEnMView.

I want to place the image scanned image in the list base on followings

At Top
At Bottom
Replace selected
Below current Selected
Above current selected.

Based on above value selected, I want to place the image in list.How can we do this

xequte

38180 Posts

Posted - Jun 02 2020 :  21:41:14  Show Profile  Reply
Hi

By default, TImageEnMView.MIO.Acquire() adds the acquired images at the current selected position, so you just need to set the position prior to acquisition, e.g.

// Add at top...
ImageEnMView1.SelectedImage := 0;
ImageEnMView1.MIO.Acquire();


https://www.imageen.com/help/TImageEnMIO.Acquire.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

Vish

India
11 Posts

Posted - Jun 03 2020 :  03:30:35  Show Profile  Reply
Thanks Nigel
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: