This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout Interface > IPageLayout.Page Property (ArcObjects .NET 10.5 SDK) |
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
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.
IPageLayout Interface | Page Class | IPage Interface