WebImageViewerAntialiasDisplay Property |
Namespace: Atalasoft.Imaging.WebControls
Setting this property to ScaleToGray will cause binary images to be scaled to gray as it is resized. This will increase the readability of zoomed out images, but cause the streaming file size of PNG images to increase slightly.
Caution |
---|
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
myWebImageViewer.AntialiasDisplay = AntialiasDisplayMode.ReductionOnly;
myWebImageViewer.AntialiasDisplay = AntialiasDisplayMode.ReductionOnly