RefreshImage Method (PreviewPageBase)
In This Topic
Makes sure that the
System.Drawing.Image property will return an up-to-date image the next time that property is queried. In particular, if the page image is cached, this method flushes the cache.
Syntax
'Declaration
Public Overridable Sub RefreshImage()
public virtual void RefreshImage()
See Also