DocumentClass.ReadingLayoutSizeY Property

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

Syntax

'Declaration
Public Overridable Property ReadingLayoutSizeY As Integer
    Get
    Set
'Usage
Dim instance As DocumentClass
Dim value As Integer

value = instance.ReadingLayoutSizeY

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

Property Value

Type: System.Int32

Implements

_Document.ReadingLayoutSizeY

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace