Page.Rectangles Property

Returns a Rectangles collection that represents a portion of text or graphics in a page in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Rectangles As Rectangles
    Get
'Usage
Dim instance As Page
Dim value As Rectangles

value = instance.Rectangles
Rectangles Rectangles { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Rectangles

Remarks

Use the Rectangles collection and related objects and properties for programmatically defining page layout in a document. Rectangles correspond to portions of text or graphics on a page in a document.

See Also

Reference

Page Interface

Page Members

Microsoft.Office.Interop.Word Namespace