This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout Interface > IPageLayout.ZoomToWhole Method (ArcObjects .NET 10.5 SDK) |
Fit the whole page in the window.
[Visual Basic .NET]
Public Sub ZoomToWhole ( _
)
[C#] public void ZoomToWhole ( );
[C++]
HRESULT ZoomToWhole(
void
);
Use the ZoomPercent property to check the zoom factor.
IPageLayout Interface | IPageLayout.ZoomToWhole Method | IPageLayout.ZoomToPercent Method | IPageLayout.ZoomPercent Property | IPageLayout.ZoomToWidth Method