View.SeekView Property

Definition

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.

Applies to