Pages Collection (Visio)

Includes a Page object for each drawing page in a document.

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.

If your Visual Studio solution includes the Microsoft.Office.Interop.Visio reference, this collection maps to the following types:

  • Microsoft.Office.Interop.Visio.IVPages