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


IMapDescriptor.KeepAspectRatio Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.KeepAspectRatio Property

Indicates whether of not to maintain the aspect ratio.

[Visual Basic .NET]
Public Property KeepAspectRatio As Boolean
[C#]
public bool KeepAspectRatio {get; set;}
[C++]
HRESULT get_KeepAspectRatio(
void
);
[C++]
HRESULT put_KeepAspectRatio(
);

Product Availability

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

See Also

IMapDescriptor Interface