Used in
PreCacheTiles to set whether or not it should pre-generate static
tiles of the image and put them in the image cache. Results in much faster scrolling and better memory usage, but
can affect initial load time.
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 Enumeration PreCacheMode
Members
| Member name | Description |
---|
| Never | Never pre-cache tiles for this control |
| Always | Always pre-cache tiles for this control |
See Also