Page object
The Page object holds information about printed page. The DrawPage method of the IPrintExt interface carries a Page object each time when a new page is printing or previewing.  The Page object support the following properties and methods:

NameDescription
HeightSpecifies the height of page's client area excluding the margins, in inches coordinates.
IndexRetrieves the index of the page being printed.
LeftSpecifies the left margin of the page, in inches coordinates.
PageHeightSpecifies the height of the page in inches coordinates.
PageWidthSpecifies the width of the page, in inches coordinates.
TopSpecifies the top margin of the page, in inches coordinates..
WidthSpecifies the width of page's client area excluding the margins, in inches coordinates.