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


IPageLayout.Page Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout Interface > IPageLayout.Page Property
ArcGIS Developer Help

IPageLayout.Page Property

The page.

[Visual Basic .NET]
Public ReadOnly Property Page As IPage
[C#]
public IPage Page {get;}
[C++]
HRESULT get_Page(
  IPage** Page
);
[C++]
Parameters
Page [out, retval]

Page is a parameter of type IPage**

Product Availability

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

Remarks

Returns an IPage reference on the Page object.  The PageLayout object has a Page object which manages the visual (on screen) representation of the printer page.

See Also

IPageLayout Interface | Page Class | IPage Interface