This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl2 Interface > IPageLayoutControl2.Page Property (ArcObjects .NET 10.4 SDK) |
The Page associated with the PageLayout contained by the PageLayoutControl.
[Visual Basic .NET] Public ReadOnly Property Page As IPage
[C#] public IPage Page {get;}
[C++]
HRESULT get_Page(
IPage** ppPage
);
[C++]
Parameters ppPage [out, retval]
ppPage is a parameter of type IPage
The Page property is based upon the IPageLayout::Page property. Use the Page to manage the on screen visual representation of the printer page such as page size and orientation.