Bagikan melalui


DocumentViewerBase.PageViews Properti

Definisi

Penting

API ini bukan kompatibel CLS.

Mendapatkan kumpulan objek aktif DocumentPageView baca-saja yang terkandung dalam penampil.

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)

Nilai Properti

Kumpulan baca-saja dari objek aktif DocumentPageView yang terkandung dalam penampil.

Properti ini tidak memiliki nilai default.

Atribut

Keterangan

DocumentPageView menyediakan viewport untuk halaman konten tertentu (diwakili oleh yang mendasar DocumentPage). Kumpulan DocumentPageView objek yang diwakili oleh PageViews properti digunakan oleh penampil untuk menampilkan konten.

Halaman master sesuai dengan DocumentPageView objek (dalam PageViews koleksi) yang menyertakan IsMasterPage properti terlampir dengan nilai true. Untuk informasi selengkapnya, lihat IsMasterPage .

Berlaku untuk