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


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

IPageDescription.Height Property

The height of the page.

[Visual Basic .NET]
Public ReadOnly Property Height As Double
[C#]
public double Height {get;}
[C++]
HRESULT get_Height(
  System.Double* pageHeight
);
[C++]
Parameters
pageHeight [out, retval]

pageHeight is a parameter of type double*

Product Availability

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

Remarks

The height is in page units (e.g. inches, centimeters...).

See Also

IPageDescription Interface