ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Refresh Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : Refresh Method




Draws the page layout image using existing settings. This is a shortcut for creating a WebPageLayout using CreateWebPageLayout, calling Refresh on it and then disposing the WebPageLayout.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Refresh() 
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
 
instance.Refresh()
C# 
public override void Refresh()

Remarks

Use WebPageLayout.Refresh if you are already working with a WebPageLayout instance to which you've made changes.

See Also

© 2010 All Rights Reserved.