|
This property holds the current Page Object ID.
It is important to note that the Page property is different to
the PageNumber property. Either the
Page or the PageNumber property can be used to set the current
page.
The Page holds an Object ID typically returned from a call to
AddPage. The PageNumber
indicates the page using an index ranging between one and the
PageCount.
Do not set the Page property to a page number. If you have a
page number you want to be using the PageNumber property.
The current page is the one that receives new objects as they
are added to the document.
For example the methods AddText, AddLine, AddImage, FrameRect and FillRect all operate on the current
page.
When you change the Page property the Pos
property is reset to the top left of the current Rect.
If no page is specified the current page is taken to be the
first page in the document.
|