This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControlDefault Interface > IPageLayoutControlDefault.Page Property (ArcObjects .NET 10.5 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.
IPageLayoutControlDefault Interface | IPageLayoutControlDefault.PageLayout Property | IPageLayoutControlDefault.Printer Property | IPageLayoutControlDefault.PrintPageLayout Method | IPageLayoutControlDefault.PrinterPageCount Property