ArcObjects Library Reference (Carto)  

IMapReader.PageLayout Property

The PageLayout object.

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

Parameters

layout [out, retval]

  layout is a parameter of type IPageLayout

Product Availability

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

See Also

IMapReader Interface