This document is archived and information here might be outdated. Recommended version. |
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**
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.