Hello Freinds..
i want show multilpe image from database into picture box and Save, so please help
in C#
thank you ..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed AbedallahPosted Jan 4, 2018, 10:53 AM
The first way is using the ImageViewer control to load different image files as items and display them. Check this link:
https://www.leadtools.com/help/leadtools/v19/dh/c/imageviewer-items.html
The other approach is to combine these images side by side, and then display them on picturebox control.
You can do the image combining using LEADTOOLS imaging SDK, and the code will be similar to this:
Bharathi RajaPosted Jan 5, 2018, 6:13 AM
Ramesh PalanivelPosted Dec 27, 2017, 10:18 AM