ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
LayoutImage Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : LayoutImage Property




The Image displayed by the PageLayout control and its properties.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
Public Property LayoutImage As ESRI.ArcGIS.ADF.Web.LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As ESRI.ArcGIS.ADF.Web.LayoutImage
 
instance.LayoutImage = value
 
value = instance.LayoutImage
C# 
[BrowsableAttribute(false)]
[BindableAttribute(Bindable=false, Direction=BindingDirection.OneWay)]
public ESRI.ArcGIS.ADF.Web.LayoutImage LayoutImage {get; set;}

Remarks

The Maps property of the LayoutImage class provides access to the LayoutImageDataFrameInfo objects corresponding to each data frame in the image. The LayoutImageDataFrameInfo for a data frame is expected to be passed in to WebPageLayout methods that do drawing operations on a data frame, e.g. MapZoom.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.