This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout2 Interface > IPageLayout2.ZoomToPercent Method (ArcObjects .NET 10.4 SDK) |
Magnify the page by a certain percentage. 100 means actual size. 200 means twice normal size, etc.
[Visual Basic .NET] Public Sub ZoomToPercent ( _ ByVal percent As Integer _ )
[C#] public void ZoomToPercent ( int percent );
[C++]
HRESULT ZoomToPercent(
long percent
);
[C++]
Parameters percent [in] percent is a parameter of type long