Switch that enables/disables caching of image buttons (when XXXImageFormat properties are used).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property CacheGuiGraphics As Boolean
public bool CacheGuiGraphics { get; set; }
A boolean value (true
or false
). If true
, images specified in XXXImageFormat properties will be cached by the browser. It means that when the user reloads the page with Image Uploader, button images will not be downloaded from the server again, and local copy will be used. If false
specified, Image Uploader will download button images every time the page is reloaded.
Default value is false
.