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


IPageLayout3.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 > IPageLayout3 Interface > IPageLayout3.Page Property
ArcGIS Developer Help

IPageLayout3.Page Property

On-screen representation of the printer 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.

See Also

IPageLayout3 Interface