_Document.ReadingLayoutSizeX Property

Returns or sets an Integer that represents the width 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 ReadingLayoutSizeX As Integer
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Integer

value = instance.ReadingLayoutSizeX

instance.ReadingLayoutSizeX = value
int ReadingLayoutSizeX { 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