DocumentViewerBase.GetMasterPageView メソッド

定義

このビューアーの現在のマスター DocumentPageView を返します。

protected:
 System::Windows::Controls::Primitives::DocumentPageView ^ GetMasterPageView();
protected System.Windows.Controls.Primitives.DocumentPageView GetMasterPageView ();
member this.GetMasterPageView : unit -> System.Windows.Controls.Primitives.DocumentPageView
Protected Function GetMasterPageView () As DocumentPageView

戻り値

このビューアーの現在のマスター DocumentPageView、またはマスター DocumentPageView が見つからない場合は null

注釈

DocumentPageView 、コンテンツの特定のページ (基になる DocumentPageによって表される) のビューポートを提供します。 マスター ページは、 の値trueDocumentPageView持つ添付プロパティをPageViewsIsMasterPage含むオブジェクト (コレクション内) に対応します。 詳細については、「IsMasterPage」を参照してください。

適用対象

こちらもご覧ください