This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageDescription Interface > IPageDescription.Width Property (ArcObjects .NET 10.4 SDK) |
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
The width is in page units (e.g. inches, centimeters...).