Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageExternal Class / RefreshImage Method

In This Topic
    RefreshImage Method (PreviewPageExternal)
    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