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


IMxdContents.PageLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdContents Interface > IMxdContents.PageLayout Property
ArcGIS Developer Help

IMxdContents.PageLayout Property

The PageLayout object.

[Visual Basic .NET]
Public ReadOnly Property PageLayout As IPageLayout
[C#]
public IPageLayout PageLayout {get;}
[C++]
HRESULT get_PageLayout(
  IPageLayout** ppPageLayout
);
[C++]
Parameters
ppPageLayout [out, retval]

ppPageLayout is a parameter of type IPageLayout**

Product Availability

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

See Also

IMxdContents Interface