DocumentViewerBase.GetMasterPageView Metodo

Definizione

Restituisce il master DocumentPageView corrente per questo visualizzatore.

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

Valori restituiti

Master corrente DocumentPageView per questo visualizzatore o Null se non è possibile trovare alcun master DocumentPageView .

Commenti

Un DocumentPageView oggetto fornisce un riquadro di visualizzazione per una determinata pagina di contenuto (rappresentata da un oggetto sottostante DocumentPage). La pagina master corrisponde all'oggetto DocumentPageView (nell'insieme PageViews ) che include la IsMasterPage proprietà associata con il valore true. Per altre informazioni, vedere IsMasterPage.

Si applica a

Vedi anche