Author |
Topic  |
|
eljainc

23 Posts |
Posted - Oct 14 2014 : 12:36:28
|
Hello,
I am using runtime version v2.0.50727 of IEvolution, 4.4.1.0 version. In order to support the display of PDF images, I have used the ImageMagick plugin in my _load method:
bool loaded = HiComponents.IEvolution.MiscPluginsImageMagick.RegisterPlugin();
When I fill in PDF files from my folder, I use the following:
ieMulti1.ImageList.FillFromDirectory(formsPath,true,false,"pdf");
The PDF images are displayed in my ieMulti1 control. However when I scroll down, there is flickering on the screen. This might be something in the internal workings of the ImageMagick conversion/plugin.
Is there any way to eliminate these artifacts?
Thanks Mike |
|
xequte
    
39142 Posts |
|
eljainc

23 Posts |
Posted - Oct 14 2014 : 20:47:50
|
Yes, other images such has TIF, JPG and BMP load okay with no flicker. I think it has to do with the PDF rendering through the ImageMagick. I will confirm this tomorrow.
Mike
|
 |
|
xequte
    
39142 Posts |
Posted - Nov 16 2014 : 20:49:34
|
Hi Mike
Unfortunately this does not seem to be easily fixable due to the way the loading is handled by ImageMagick.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
 |
|
|
Topic  |
|
|
|