DocumentViewerBase.GetMasterPageView Method
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 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.