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


IPageLayout3.ZoomPercent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout3 Interface > IPageLayout3.ZoomPercent Property
ArcGIS Developer Help

IPageLayout3.ZoomPercent Property

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(
  System.Double* percent
);
[C++]
Parameters
percent [out, retval]

percent is a parameter of type double*

Product Availability

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

See Also

IPageLayout3 Interface