This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.Orientation Property (ArcObjects .NET 10.4 SDK) |
The Page orientation. 1=portrait. 2=landscape.
[Visual Basic .NET] Public Property Orientation As Short
[C#] public short Orientation {get; set;}
[C++]
HRESULT get_Orientation(
short* Orientation
);
[C++]
HRESULT put_Orientation(
short Orientation
);
[C++]
Parameters Orientation [out, retval] Orientation is a parameter of type short Orientation [in] Orientation is a parameter of type short