ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
LayoutImage Property
See Also 
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(False)>
Public Property LayoutImage As LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As LayoutImage
 
instance.LayoutImage = value
 
value = instance.LayoutImage
C# 
[BrowsableAttribute(false)]
[BindableAttribute(false)]
public 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.

See Also

© 2010 All Rights Reserved.