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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.
See Also
IPageLayout Interface | Page Class | IPage Interface