Share via


Zoom.PageRows Property

Returns or sets the number of pages to be displayed one above the other on-screen at the same time in print layout view or print preview.

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

Syntax

'Declaration
Property PageRows As Integer
    Get
    Set
'Usage
Dim instance As Zoom
Dim value As Integer

value = instance.PageRows

instance.PageRows = value
int PageRows { get; set; }

Property Value

Type: System.Int32

See Also

Reference

Zoom Interface

Zoom Members

Microsoft.Office.Interop.Word Namespace