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)

Usage

Public Class agesImplementation
    Implements Pages
End Class
Dim agesImplementation1 As New agesImplementation()

Syntax

Public Interface Pages
    Inherits IEnumerable
public interface Pages : IEnumerable
public interface class Pages : public IEnumerable
public interface Pages implements IEnumerable
public interface Pages implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Pages Members