Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the document element displayed in print layout view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SeekView As WdSeekView
Get
Set
'Usage
Dim instance As View
Dim value As WdSeekView
value = instance.SeekView
instance.SeekView = value
WdSeekView SeekView { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdSeekView
Remarks
WdSeekView can be one of these WdSeekView constants:
wdSeekCurrentPageFooter
wdSeekCurrentPageHeader
wdSeekEndnotes
wdSeekEvenPagesFooter
wdSeekEvenPagesHeader
wdSeekFirstPageFooter
wdSeekFirstPageHeader
wdSeekFootnotes
wdSeekMainDocument
wdSeekPrimaryFooter
wdSeekPrimaryHeader
This property generates an error if the view is not print layout view.