VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Collapse All
Expand All
In This Topic
How to speed up image preview process?
In This Topic
For increasing the image preview performance is necessary to:
use low quality rendering:
ImageViewer.RenderingQuality
= ImageRenderingQuality.Low
use "Pixel-to-Pixel" preview mode:
ImageViewer.SizeMode
= ImageSizeMode.PixelToPixel