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:
| | Name | Description | |
| | Height | Specifies the height of page's client area excluding the margins, in inches coordinates. | |
| | Index | Retrieves the index of the page being printed. | |
| | Left | Specifies the left margin of the page, in inches coordinates. | |
| | PageHeight | Specifies the height of the page in inches coordinates. | |
| | PageWidth | Specifies the width of the page, in inches coordinates. | |
| | Top | Specifies the top margin of the page, in inches coordinates.. | |
| | Width | Specifies the width of page's client area excluding the margins, in inches coordinates. | |