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


IPageDescription.Width 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.Width Property
ArcGIS Developer Help

IPageDescription.Width Property

The width of the page.

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

pageWidth is a parameter of type double*

Product Availability

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

Remarks

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

See Also

IPageDescription Interface