Click or drag to resize

WebImageViewerEnableServerAntialias Property

Note: This API is now obsolete.

Enables server antialiasing for the FullClient ScrollbarType. (Obsolete.)

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
[ObsoleteAttribute("This property is no longer needed, all antialias operations are now done on the server automatically")]
public bool EnableServerAntialias { get; }

Property Value

Type: Boolean
Remarks
Antialias operations will be processed by the server while using ScrollbarType FullClient. Default value is false, true will decrease performance.
See Also