ImageViewerAntialiasDisplay Property |
Gets or sets the antialiasing mode, controlling how the image is scaled at different zoom levels.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AntialiasDisplayMode AntialiasDisplay { get; set; }
Public Property AntialiasDisplay As AntialiasDisplayMode
Get
Set
Property Value
Type:
AntialiasDisplayMode The antialiasing mode, controlling how the image is scaled at different zoom levels.
Remarks A DotImage Document Imaging license is required for ScaleToGray.
See Also