Page.PageID Property
Publisher Developer Reference |
Returns a Long indicating the unique identifier for a page in a publication. Read-only.
Syntax
expression.PageID
expression A variable that represents a Page object.
Remarks
PageID values are random numbers assigned to pages when they are added. These unique numbers do not change when pages are added or deleted. Also, these numbers do not start with 1, nor are they contiguous.
Example
The following example displays the PageIndex, PageNumber, and PageID properties for all the pages in the active publication.
Visual Basic for Applications |
---|
|
See Also