DocumentViewerBase.PageViews 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 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 개체의 읽기 전용 컬렉션입니다.
이 속성에는 기본값이 없습니다.
- 특성
설명
A DocumentPageView 는 콘텐츠의 특정 페이지(기본으로 표시됨)에 대한 뷰포트를 DocumentPage제공합니다. 속성을 나타내는 PageViews 개체 집합 DocumentPageView 은 콘텐츠를 표시하기 위해 뷰어에서 사용됩니다.
마스터 페이지는 값이 DocumentPageView 있는 연결된 속성을 포함하는 IsMasterPage 개체(PageViews컬렉션 내)에 해당true
합니다. 자세한 내용은 IsMasterPage를 참조하세요.