_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)

Usage

Dim _Document1 As _Document

Dim returnValue As Integer
returnValue = _Document1.ReadingLayoutSizeY

Dim sampleValue As Integer
_Document1.ReadingLayoutSizeY = sampleValue

Syntax

Property ReadingLayoutSizeY() As Integer
int ReadingLayoutSizeY {get; set;}
property Int32 ReadingLayoutSizeY{
    Int32 get();
    Void set(Int32);
}
public int get_ReadingLayoutSizeY();
public void set_ReadingLayoutSizeY(int);
function get ReadingLayoutSizeY() : int;
function set ReadingLayoutSizeY(int);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

_Document Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Document Members