Click or drag to resize

WebImageViewerUpdate Method

Forces the current image to be cached.

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 void Update()
Remarks
This method should be called when the image changes from operations such as GDI+ drawing. Note that applying a command will automatically update the cache.
See Also