Pages Collection
Visio Automation Reference |
Includes a Page object for each drawing page in a document.
Version Information
Version Added: Visio 2.0
Remarks
To retrieve a Pages collection, use the Pages property of a Document object.
The default property of a Pages collection is Item.
The order of items in a Pages collection is significant: if there are n foreground pages in a document, the first n pages in its Pages collection are foreground pages and are in order. The remaining pages in the collection are the background pages of the document; these are in no particular order.
See Also