DocumentViewerBase.GetMasterPageView Method

Definition

Returns the current master DocumentPageView for this viewer.

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

Returns

The current master DocumentPageView for this viewer, or null if no master DocumentPageView can be found.

Remarks

A DocumentPageView provides a viewport for a particular page of content (represented by an underlying DocumentPage). The master page corresponds to the DocumentPageView object (in the PageViews collection) that includes the IsMasterPage attached property with a value of true. For more information, see IsMasterPage.

Applies to

See also