Skip to main content

PdfViewerControl.Document Property

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

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

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