Hi all, I'm using the viewer to show images that the user gets from a scanner, when the process finish i have a ImageCollection in the viewer with N ImImage classes, my problem is that we have another component that needs this images but the parameter this component need is a Bitmap, so my question is there is a way to convert the ImageCollection to a Bitmap?, right now I'm saving the ImageCollection to a Stream and then creating a Bitmap with this Stream but I'm wondering if there is an easier way.
Thanks
Juan Zamudio