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


IPageLayout3.ZoomToWidth Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPageLayout3.ZoomToWidth Method

Fit the width of the page to the screen.

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

Product Availability

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

See Also

IPageLayout3 Interface