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




center
Point to center at.
Draws the page layout after zooming so that the page layout is seen at a scale of 1:1, and centered at the point provided.

Syntax

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

Parameters

center
Point to center at.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.