ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Draw Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : Draw 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 Sub Draw() 
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
 
instance.Draw()
C# 
public void Draw()

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.