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


IPageDescription.Width Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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