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)

속성 값

ReadOnlyCollection<DocumentPageView>

뷰어 내에 포함된 활성 DocumentPageView 개체의 읽기 전용 컬렉션입니다.

이 속성에는 기본값이 없습니다.

특성

설명

A DocumentPageView 는 콘텐츠의 특정 페이지(기본으로 표시됨)에 대한 뷰포트를 DocumentPage제공합니다. 속성을 나타내는 PageViews 개체 집합 DocumentPageView 은 콘텐츠를 표시하기 위해 뷰어에서 사용됩니다.

마스터 페이지는 값이 DocumentPageView 있는 연결된 속성을 포함하는 IsMasterPage 개체(PageViews컬렉션 내)에 해당true합니다. 자세한 내용은 IsMasterPage를 참조하세요.

적용 대상