Document.ReadingLayoutSizeY Property

Gets or sets the height of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.

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

Syntax

'Declaration
Property ReadingLayoutSizeY As Integer
int ReadingLayoutSizeY { get; set; }

Property Value

Type: System.Int32
The height of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.

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.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace