View.SeekView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the document element displayed in print layout view.
public:
property Microsoft::Office::Interop::Word::WdSeekView SeekView { Microsoft::Office::Interop::Word::WdSeekView get(); void set(Microsoft::Office::Interop::Word::WdSeekView value); };
public Microsoft.Office.Interop.Word.WdSeekView SeekView { get; set; }
member this.SeekView : Microsoft.Office.Interop.Word.WdSeekView with get, set
Public Property SeekView As WdSeekView
Property Value
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.