DocumentViewerBase.PageViews プロパティ

定義

重要

この API は CLS 準拠ではありません。

ビューアー内に含まれるアクティブな DocumentPageView オブジェクトの読み取り専用コレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ PageViews { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> PageViews { get; }
[<System.CLSCompliant(false)>]
member this.PageViews : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Public ReadOnly Property PageViews As ReadOnlyCollection(Of DocumentPageView)

プロパティ値

ビューアー内に含まれるアクティブな DocumentPageView オブジェクトの読み取り専用コレクション。

このプロパティには既定値はありません。

属性

注釈

DocumentPageView 、コンテンツの特定のページ (基になる DocumentPageによって表される) のビューポートを提供します。 プロパティでPageViews表されるオブジェクトのDocumentPageViewセットは、コンテンツを表示するためにビューアーによって使用されます。

マスター ページは、 の値trueDocumentPageView持つ添付プロパティをPageViewsIsMasterPage含むオブジェクト (コレクション内) に対応します。 詳細については、「IsMasterPage」を参照してください。

適用対象