Click or drag to resize

AntialiasDisplayMode Enumeration

Specifies the antialias display mode that can be set to the WebImageViewer controls.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AntialiasDisplayMode
Members
  Member nameDescription
None Do not antialias (fastest performance)
ScaleToGray Only antialias 1-bit document images for zoom levels less then 1.
ReductionOnly Antialias all pixel formats when zoom level is less then 1.
Full Antialias all images for all zoom levels.
See Also