ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageZoomOut(IEnvelope) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > PageZoomOut Method : PageZoomOut(IEnvelope) Method




extent
Extent to zoom out with.
Draws the page layout after zooming out based on the extent provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Function PageZoomOut( _
   ByVal extent As IEnvelope _
) As LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim extent As IEnvelope
Dim value As LayoutImage
 
value = instance.PageZoomOut(extent)
C# 
public LayoutImage PageZoomOut( 
   IEnvelope extent
)

Parameters

extent
Extent to zoom out with.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.