This document is archived and information here might be outdated.  Recommended version.


IPageLayout2.ZoomToWhole Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout2 Interface > IPageLayout2.ZoomToWhole Method
ArcGIS Developer Help

IPageLayout2.ZoomToWhole Method

Fit the whole page in the window.

[Visual Basic .NET]
Public Sub ZoomToWhole ( _
)
[C#]
public void ZoomToWhole (
);
[C++]
HRESULT ZoomToWhole(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPageLayout2 Interface