_Document.ReadingLayoutSizeY Property

Returns or sets an Integer that represents the height of pages in a document when it is displayed in reading layout view and is frozen for entering handwritten markup.

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

Syntax

'Declaration
Property ReadingLayoutSizeY As Integer
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Integer

value = instance.ReadingLayoutSizeY

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

Property Value

Type: System.Int32

Remarks

After setting the ReadingLayoutSizeX and ReadingLayoutSizeY properties, use the ReadingModeLayoutFrozen property to display the page using the specified height and width. Use the ReadingLayout property to display a document in reading layout view.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace