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.ZoomPercent Property (ArcObjects .NET 10.5 SDK) |
The current zoom percent. 100 means 1:1. 200 means twice normal size, etc.
[Visual Basic .NET] Public ReadOnly Property ZoomPercent As Double
[C#] public double ZoomPercent {get;}
[C++]
HRESULT get_ZoomPercent(
double* percent
);
[C++]
Parameters percent [out, retval] percent is a parameter of type double
This property reports the current zoom factor. Use ZoomToPercent, ZoomToWhole, or ZoomToWidth to change the zoom factor.
IPageLayout Interface | IPageLayout.ZoomToWhole Method | IPageLayout.ZoomToPercent Method | IPageLayout.ZoomPercent Property | IPageLayout.ZoomToWidth Method