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; }
<ObsoleteAttribute("This property is no longer needed, all antialias operations are now done on the server automatically")>
Public ReadOnly Property EnableServerAntialias As Boolean
Get
Property Value
Type:
BooleanRemarks Antialias operations will be processed by the server while using ScrollbarType FullClient. Default value
is false, true will decrease performance.
See Also