Pages Interface
A collection of pages in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("91807402-6C6F-47CD-B8FA-C42FEE8EE924")> _
Public Interface Pages _
Inherits IEnumerable
'Usage
Dim instance As Pages
[GuidAttribute("91807402-6C6F-47CD-B8FA-C42FEE8EE924")]
public interface Pages : IEnumerable
Remarks
Use the Pages collection and the related objects and properties for programmatically defining page layout in a document.
Use the Pages property to return a Pages collection.
Use the Item method to access an individual Page object that represents an individual page in a document.