Skip to main content
A newer version of this page is available. .

PdfViewerControl.Document Property

Gets the current PDF document. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

public PdfDocumentContainer Document { get; protected set; }

Property Value

Type Description
DevExpress.UI.Xaml.Controls.PdfDocumentContainer

A DevExpress.UI.Xaml.Controls.Internal.Pdf.PdfDocumentContainer object that represents the current PDF document.

See Also