DocumentViewerBase::Document Property
.NET Framework (current version)
Gets or sets a IDocumentPaginatorSource to be paginated and displayed by the viewer.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property IDocumentPaginatorSource^ Document { IDocumentPaginatorSource^ get(); void set(IDocumentPaginatorSource^ value); }
Property Value
Type: System.Windows.Documents::IDocumentPaginatorSource^A IDocumentPaginatorSource to be paginated and displayed by the viewer.
The default property is null.
.NET Framework
Available since 3.0
Available since 3.0
Show: