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


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

IPageLayoutControl.Page Property

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(
void
);

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IPageLayoutControl Interface | IPageLayoutControl.PageLayout Property | IPageLayoutControl.Printer Property | IPageLayoutControl.PrintPageLayout Method | IPageLayoutControl.PrinterPageCount Property