DocumentPageView::DocumentPaginator Property

 

Gets or sets the DocumentPaginator used to retrieve content pages for this view.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property DocumentPaginator^ DocumentPaginator {
	DocumentPaginator^ get();
	void set(DocumentPaginator^ value);
}

Property Value

Type: System.Windows.Documents::DocumentPaginator^

The paginator that retrieves content pages for this view.

.NET Framework
Available since 3.0
Return to top
Show: