Currently we show list of images in a image object. I use following
RegData("OverlayImages", analysisdata.OverlayImages);
where OverlayImages is a List<Image>.
We're getting out of memory exception when we load more than 10 images. So, we plan to save these images on files and give the file pointer to the tool. How can i do this? Hope this will solve our memory problems.
setting list of images
Re: setting list of images
Hello,
Please check the last prerelease build.
If the issue is still present, please send us a sample project for analysis.
Thank you.
Please check the last prerelease build.
If the issue is still present, please send us a sample project for analysis.
Thank you.
Re: setting list of images
You did not get my question.
I'm asking how to do it and I'm not pointing out any mistake in the tool.
Let me try to put it in simple words.
I have list of images saved to a folder and I want to display all of them (sequence of graphs) in a image control. How do I do that? Based on the report, the images changes. means they are not fixed i.e file names are also not fixed. How to do this?
UPDATE: I think I got the solution. I just add images (stiimage) dynamically to the page( stipage).
I'm asking how to do it and I'm not pointing out any mistake in the tool.
Let me try to put it in simple words.
I have list of images saved to a folder and I want to display all of them (sequence of graphs) in a image control. How do I do that? Based on the report, the images changes. means they are not fixed i.e file names are also not fixed. How to do this?
UPDATE: I think I got the solution. I just add images (stiimage) dynamically to the page( stipage).
Re: setting list of images
Hello.
Good. Let us know if you will have any additional questions.
Thank you.
Good. Let us know if you will have any additional questions.
Thank you.