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
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