ArcObjects Library Reference (Controls)  

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(
  IPage** ppPage
);
[C++]

Parameters

ppPage [out, retval]

  ppPage is a parameter of type IPage

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