DocumentViewerBase::GetMasterPageView Method ()
.NET Framework (current version)
Returns the current master DocumentPageView for this viewer.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System.Windows.Controls.Primitives::DocumentPageView^The current master DocumentPageView for this viewer, or null if no master DocumentPageView can be found.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: