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




extent
The extent to draw.
Draws the page layout at the extent provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Function PageDrawExtent( _
   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.PageDrawExtent(extent)
C# 
public LayoutImage PageDrawExtent( 
   IEnvelope extent
)

Parameters

extent
The extent to draw.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.