DocumentViewerBase::PageViews Property
.NET Framework (current version)
Gets a read-only collection of the active DocumentPageView objects contained within the viewer.
This API is not CLS-compliant.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [CLSCompliantAttribute(false)] property ReadOnlyCollection<DocumentPageView^>^ PageViews { ReadOnlyCollection<DocumentPageView^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DocumentPageView^>^A read-only collection of the active DocumentPageView objects contained within the viewer.
This property has no default value.
A DocumentPageView provides a viewport for a particular page of content (represented by an underlying DocumentPage). The set of DocumentPageView objects represented by the PageViews property is used by the viewer in order to display content.
The master page corresponds to the DocumentPageView object (in the PageViews collection) that includes the IsMasterPage attached property with a value of true. For more information, see IsMasterPage.
.NET Framework
Available since 3.0
Available since 3.0
Show: