DocumentViewerBase::GetPageViewsCollection Method (Boolean%)
.NET Framework (current version)
Creates and returns a new, read-only collection of DocumentPageView objects that are associated with the current display document (represented by the Document property).
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual ReadOnlyCollection<DocumentPageView^>^ GetPageViewsCollection( [OutAttribute] bool% changed )
Parameters
- changed
-
Type:
System::Boolean%
Returns true on the first call to GetPageViewsCollection or if the collection has not changed since the previous GetPageViewsCollection call; otherwise, false if the collection has changed since the last GetPageViewsCollection call.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DocumentPageView^>^A read-only collection of DocumentPageView objects that are associated with the current display document.
A DocumentPageView provides a viewport for a particular page of content (represented by an underlying DocumentPage).
.NET Framework
Available since 3.0
Available since 3.0
Show: