WebImageViewerPreCacheTiles Property |
A value from the
PreCacheMode to set whether this control creates tiles in the
cache or on demand. When set to Always, it creates tiles in the image cache, and when set to Never, it creates the
tiles on demand. The value Always greatly increases panning speed and makes better use of memory, but can cause an
initial delay.
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 PreCacheMode PreCacheTiles { get; set; }
Public Property PreCacheTiles As PreCacheMode
Get
Set
Property Value
Type:
PreCacheModeRemarks Caution |
---|
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
See Also