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


IMapServerObjects3.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 > IMapServerObjects3 Interface > IMapServerObjects3.PageLayout Property
ArcGIS Developer Help

IMapServerObjects3.PageLayout Property

The page layout object for the current map document.

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

pageLayoutObject is a parameter of type IPageLayout**

Product Availability

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

See Also

IMapServerObjects3 Interface