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


IARPageLayout.ZoomToWholePage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.ZoomToWholePage Method
ArcGIS Developer Help

IARPageLayout.ZoomToWholePage Method

Zooms to the whole page.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Changes the ARPageLayout's viewing extent to show the whole page, causing the ZoomPercent property to change. The ZoomToWholePage method automatically refreshes the ARPageLayout display area. 

See Also

IARPageLayout Interface | IARPageLayout.ZoomToPercent Method | IARPageLayout.ZoomToWidth Method