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


IMapServerObjects2.PageLayout Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerObjects2.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.

Remarks

Use PageLayout to access the members of IPageLayout.

See Also

IMapServerObjects2 Interface